So I have backed all my databases up with this:
mysqldump -u root -p --all-databases > all.sql
My question is how to restore all.sql to mysql?
|
feedback
|
|
If you've included the CREATE TABLE lines,
| |||
|
feedback
|