View Single Post
Old 07-19-2006, 01:44 PM   #5 (permalink)
wombatman
Insane
 
The syntax error is: "You have an error in your MySQL syntax; check the manual that corresponds to your MySQL version for the right syntax to use near 'mysqldump --user root --password=(mypasswordhere) database01 > sql.dump' at line 1."

I am in the bin folder to start with.

And I get the same syntax error with your second suggestion. The error appears to be related to using a reserved word. Would a username of "root" be a problem there?
wombatman is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47