PDA

View Full Version : Moving MySQL DB


bruce
10-13-2005, 07:10 AM
may be your mysqldump.exe is corrupted... try reinstall

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

cjreynolds
10-13-2005, 09:46 AM
Can someone please help me with this - I can't get an answer at the MySQL website, and I'm about to loose a client over it.

I'm trying to move a database from my PC to my account at discountASP, using mysqldump.exe as outlined at http://kb.discountasp.net/article.aspx?id=10180

I'm using thiscommand:

mysqldump.exe -e -n -uroot -pyeha -localhost cmf> c:\temp\cmf-mysqldump.sql

and I get:

mysqldump.exe: unknown option '-o'

I'm not using an option "-o".

I get the same error when I try to export a table:


mysqldump.exe -e-uroot -pyeha -localhost cmfsinks > c:\temp\cmf-mysqldump.sql

(same error)

Any ideas?

joe