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
Can you shard mysql?
What is a tinyint in mysql?
What is mysqlcommand?
Is mysql free for commercial use?
What are enums used for in mysql?
What port is mysql running on?
How to include numeric values in sql statements?
What are the benefits of mysql?
Is mysql free for enterprise?
How do I connect to a database in mysql workbench?
How can you validate emails using a single query?
What is an example of a delimiter?
How we can get distinct columns values in mysql?
I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.
What is logs in mysql?