Shaun wrote:

ERROR 1064: You have an error in your SQL syntax near 'mysqldump -h
localhost -u xxx -p xxx backup.sql' at line 1

It sounds like you are not running it from the command prompt but from within mysql. Unless the omission of the redirection sign ">" but not "backup.sql" was intentional, in which case you have too many parameters. Adam's reply implied removing both.

Chris


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to