james patrick <[EMAIL PROTECTED]> wrote:

> I previously had a server runnning RH 7.3, cPanel 9.41 and MySQL
> 4.0.20. I'm moving to a different server running Fedora 1, DirectAdmin
> and MySQL 4.0.17.

> I have a large database (200mb) and I'm trying to move it over.

200mb is not a large database. 200gb may be considered as such. :) 

> I made a dump using "mysqldump -u USER -pPASSWORD DATABASE >
> filename.sql", transferred it between servers via SCP, and tried
> importing it using "mysql -u USER -pPASSWORD DATABASE < filename.sql".

Make a dump like that: 

mysqldump -u user -ppassword --opt -Q database > filename.sql






-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to