How would you backup and restore a big MySQL database? What
are the advantages of the approach which you have taken
over the others?
Answer Posted / eric
Alternative to the solutions above, that all use the console
you can also use administration software, like
-MySQL Administrator (that's what I use, but it seems to be
replaced by the MySQL Workbench...)
-MySQL Workbench(I think this should also do the job, but I
didn't test it yet)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is longblob?
What is information_schema in mysql?
What is dbms in mysql?
How do I create a new database in mysql?
How can you increase the performance of mysql select query?
How to filter data from a mysql database table with php?
What is sql vs mysql?
How can you change the name of any existing table by using the sql statement?
How to dump a table to a file with 'mysqldump'?
Can varchar be primary key?
What is the difference between timestamp and datetime in mysql?
How to use in conditions?
Will mysql remain free?
Write a command to view mysql database table structure?
What are the disadvantages of mysql?