Friday, August 16, 2013

[MySQL][Solved] mysqldump: Couldn't find table: ";" (width images)

I use this command at the beginning and get the error : 
mysqldump: Couldn't find table: ";"

mysqldump -u your_username -p database_name > filename.sql;
and then I use this command and done :

mysqldump -u your_username -p database_name -r "C:\lan\ttttt.sql"

 ttttt.sql was created to C:\lan :


p.s. I don't know why use another command is okay.... but if you find this error, you can try this method

No comments :

Post a Comment