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 / kalai
mysqldump -uuser -ppassword databasename >filename
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what is the difference between gui testing and database testing? : Mysql dba
How to Change a users password from MySQL prompt. Login as root. Set the password. Update privs.
What does "i_am_a_dummy flag" do in mysql?
How can we find out which auto increment was assigned on Last insert?
What are the purposes of using enum and set data types?
How to extract a unit value from a date and time?
How can I create database in mysql?
Why do we use group by and order by function in mysql?
How do I declare a variable in mysql?
Do you need a license for mysql?
What are the three types of queries?
How do I edit a database in mysql workbench?
Explain the difference between delete and truncate.
Does mysql need a server?
What is blob and text in mysql?