Hi there,
I’m trying to export my EE database using PuTTY, but it doesn’t seem to be working.
I used this command:
mysqldump -u *username* -p unifusion_db > unifusion_db.sqlI didn’t add a semicolon at the end because all tutorials I found didn’t use one, but nothing happpened when I hit enter, I just got an arrow.
So I entered the same command with a semicolon at the end and I got this error:
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 *username* -p unifusion_db > unifusion_db.sql
mysqldump -u *username* -p unifu’ at line 1
I’ve attached a screenshot of what I did, and the error that came up. I’m not sure what I’m doing wrong here, any suggestions?