mysqldump site_db > /home/site/public_html/admin/db.bak;
This is such a simple command yet I am getting an error. Any idea why?
sigh and what was the error you got?
ERROR 1064: You have an error in your SQL syntax near 'mysqldump site_db > /home/site/public_html/admin/bak.db' at line 1
OK so I don't know too much about MySQL. I started the MySQL program by typing "mysql". Am I in the wrong program?
mysqldump is a program, not an SQL command.