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
Is mysql free for commercial use?
What is the difference between having and where clause in mysql? Explain
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
How to show table names with 'mysqlshow'?
What is text?
what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba
How do I change the max connections in mysql?
What is index length in mysql?
What is 1nf 2nf 3nf?
How to set mysql variable in php?
What is row level locking in access?
How can we convert between Unix & MySQL timestamps?
What are the difference between and myisam and innodb?
Can you tell how to find the number of rows in a resultset using php?
What are the 'mysql' command line options?