I am writing in the mysql desktop console
mysqldump -uadmin -p9047scw mysql > mysqldump.sql;
gives:
ERROR 1064 (42000): You have an error in your SQL syntax; check the syntax of the user interface mysqldump -uadmin -p9047scw users> mysqldump.sql 'at line 1
Like all syntax
mysqldump -u [username] -p [password] [database] > [dump_name.sql]
I do not understand what's wrong?)