10 GB Table

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
JamesBrown
Posts: 16
Joined: Thu 28 Apr 2011 23:41

10 GB Table

Post by JamesBrown » Sun 02 Jun 2013 19:29

I need to move a huge table (10 GB) from one external server to another. If the table were smaller I would simply use Backup/Restore or even Export/Import but database stops the Backup or Export function about 10% into it.
What is a good way to move this database from one MySQL to another?

alexa

Re: 10 GB Table

Post by alexa » Mon 03 Jun 2013 15:05

I need to move a huge table (10 GB) from one external server to another. If the table were smaller I would simply use Backup/Restore or even Export/Import but database stops the Backup or Export function about 10% into it.
Could you please provide us the following information that may help us in investigating this issue:
1. The result of the following query reflecting the settings of the MySQL server:

show variables;

2. The CREATE definition of the table.
3. What's the speed of the channel between the client and server?
What is a good way to move this database from one MySQL to another?
We would suggest you to perform this task with the Schema/Data Compare functionality of dbForge Studio for MySQL.

Please see the 'Schema Compare Demo' and 'Data Compare Demo' videos: http://www.devart.com/dbforge/mysql/stu ... -more.html

Post Reply