[PHP-DB] mysqldump

2013-01-01 Thread Ethan Rosenberg, PhD
Dear List - I am using the following command: mysqldump -u root -p Store > StoreBkup.sql; to backup the database called Store. Mysql insists on giving a syntax error. Advice and help, please. Thanks. Ethan -- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http:

Re: [PHP-DB] mysqldump

2013-01-01 Thread Matijn Woudt
On Wed, Jan 2, 2013 at 12:50 AM, Ethan Rosenberg, PhD < erosenb...@hygeiabiomedical.com> wrote: > Dear List - > > I am using the following command: > > mysqldump -u root -p Store > StoreBkup.sql; > > to backup the database called Store. > > Mysql insists on giving a syntax error. > > Advice and h

[PHP-DB] Re: mysqldump

2013-01-01 Thread Frank Flynn
mysqldump is a separate program (it runs outside of the mysql shell). I noticed you have ; at the end and perhaps you are trying to run it inside MySQL client. The ; by itself is not a problem for the OS shell (bash or whatever) but you don't need it unless you are running multiple commands o