こんにちは、MySql データベースをバックアップしたいので、次のコマンドを書きます。
mysqldump -u root -ppassword -h localhost --all-databases > backup.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 'mysql
dump -u root -pmanager -h localhost --all-databases > backup.sql' at line 1
なぜ?そして何をすべきか?ありがとう...