Hi All,
mysqldump generates a file that is about 3GB for us. Dumping that data back into mysql looks like a 10+ hour process.
Is there a better way?
Can one just "grab" the mysql data store and move it?
is mysqldump the only way?
mysqldump generates a file that is about 3GB for us. Dumping that data back into mysql looks like a 10+ hour process.
Is there a better way?
Can one just "grab" the mysql data store and move it?
is mysqldump the only way?
Comment