im trying to run the following command: mysql> mysqldump --all-databases > dump.sql; on my local(On my pc) Mysql 5.5 server but I keep getting this error:
mysql> mysqldump --all-databases > dump.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 --all-databases > dump.sql' at line 1.
mysqldump is a command you invoke at the shell prompt, not within the mysql client environment.
mysql> exit $ mysqldump --all-databases > dump.sql
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With