mysqldump - mysql dump issue -
mysql gives me syntax error from the following line ... I do not know what's wrong with it ...
mysqldump -u root -p root mydatabase & gt; I am using Windows Vista ... plz help here .. >
Ensure that you are running it from a normal command line and not within mysql command line like this:
C: \ [path to mysqldump app] & gt; Mysqldump -u root -p root mydatabase & gt; Dumpfile.sql
not
mysql> Mysqldump -u root -p root mydatabase & gt; Dumpfile.sql
Comments
Post a Comment