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 does mysql workbench do?
How do I stop a mysql service?
How can you filter the duplicate data while retrieving records from the table?
What is difference between statement and preparedstatement?
How to shutdown mysql server?
Write a query to display current date and time?
How do I rename a procedure?
what is the difference between between and in operators in mysql?
How do I assign a variable in mysql?
How to get a version of mysql?
What is relational database in mysql?
How to concatenate two character strings?
how to display nth highest salary from a table in a mysql query? : Mysql dba
What is a trigger in mysql?
Why use stored procedures in mysql?