I was trying to backup a database with the name test.
I got the error as below:
ERROR 1064 (42000): You have an error in your SQL syntax; check......
This error occurred when I am executing (command line)
mysql> mysqldump -u root -p password test > test.sql;
How could this be solve?