Re: Copying a ddatabase from one server to another

2001-02-22 Thread Guenther Pewny
Jeff Gannaway wrote: > mysqldump -uUSERNAME -pPASSWORD database > dbBackup.sql > and it created the dump file. I transferred it to the new server then > tried to load it into my new database using the following command: > > mysqldump -uUSERNAME -pMILLER31 database < dbBackup.sql Don't take

Re: Copying a ddatabase from one server to another

2001-02-21 Thread Jeff Gannaway
Ahhh using mysql command instead of mysqldump command to import. It worked splendidly! Gracias, Jeff Gannaway At 07:21 PM 2/21/01 -0300, Fábio Ottolini wrote: >I just importa data created by mysqldump using >mysql -u username -p dbname < table >MySQL asks for my password and it's done. > >B

Re: Copying a ddatabase from one server to another

2001-02-21 Thread Fábio Ottolini
I just importa data created by mysqldump using mysql -u username -p dbname < table MySQL asks for my password and it's done. BR, Fábio Ottolini - Original Message - From: "Jeff Gannaway" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 1:21 PM Subject: Copy