Hi All,
I am trying to dump an entire database including tables and contents.
I have loked at the documentation at mysql.com and have ended up using the following code.
mysqldump --opt --databases fjc > fjc_schema2.sql;
I am getting the error:
ERROR 1064: You have an error in your SQL syntax near 'mysqldump --opt --databases fjc > fjc_schema2.sql' at line 1
Any help would be greatly appreciated
Cheers,
DUnskii
I am trying to dump an entire database including tables and contents.
I have loked at the documentation at mysql.com and have ended up using the following code.
mysqldump --opt --databases fjc > fjc_schema2.sql;
I am getting the error:
ERROR 1064: You have an error in your SQL syntax near 'mysqldump --opt --databases fjc > fjc_schema2.sql' at line 1
Any help would be greatly appreciated
Cheers,
DUnskii