Moving MySQL DB

Discussion in 'Databases' started by Bruce, Oct 13, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Bruce

    Bruce DiscountASP.NET Staff

    may be your mysqldump.exe is corrupted... try reinstall

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. 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
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page