RE: question about using mysqldump file

2004-07-13 Thread Victor Pendleton
What are the table types being moved? What is the max packet size? -Original Message- From: ginger cheng To: [EMAIL PROTECTED] Sent: 7/13/04 2:42 PM Subject: question about using mysqldump file Hello, mysql gurus, I have been trying to transfer some huge databases (>20G)

question about using mysqldump file

2004-07-13 Thread ginger cheng
Hello, mysql gurus, I have been trying to transfer some huge databases (>20G) to another server using mysqldump. Here is my command mysqldump --add-locks --allow-keywords -q -p db > db.dump When I tried 'mysql -p db < db.dump' in another server, everything goes all right until at some point i