mysql> mysqldump -u root -p database > backuptest.sql;
to work - I just get 'error in syntax' type messages.
I read somewhere that there is supposed to be a file called mysqldump.exe in the mysql/bin directory, but its not present.
any ideas what i maybe doing wrong?
thanks
ben
p.s. im using the php/mysql/apache bundle from firepages
If you can't find it then try using the search facility on Windows (I'm assuming its a windows installation). Do a full search, go have a cup of tea and hopefully it will be found by the time you return :)
Note that its a program, not a mysql command, so you need to run it from the DOS command line - not from mysql.
Now when i try to run from command prompt i get the following alert message:
The dynamic link library cygwinb19.dll could not be found in specified path C:\phpdev\mysql\bin ...etc... lots of other paths
the dll its looking for is in the mysql\lib directory.
Any ideas what i need to do to change the paths? or can i just shift the dll into the bin?
thanks