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 are the different tables present in MySQL?
How many columns can a mysql table have?
How do I insert multiple rows in a table?
How do I download mysql?
Tell us something about heap tables?
How do I import database through command line?
What is row level locking in access?
how to get only updated, deleted , inserted records after certain interval time in mysql with out using triggers...
What is the use of mysqli_query?
What is save point in mysql?
How do I find mysql version in mysql workbench?
How do I edit a stored procedure in mysql?
What is int mysql?
How to represent ENUMs and SETs internally?
What are the column comparisons operators?