数据库备份没成功过,连mysqldump --help都报错了。有大佬指点一下不
mysql> mysqldump -uroot --default-character-set=utf8 course> course.sql;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysqldump -uroot --default-character-set=utf8 course> course.sql' at line 1
mysql> mysqldump -help;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysqldump -help' at line 1
mysql>