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 / anil alpati

DATABAS DUMP - mysqldump -u <user> -p <password> <dbname> > filename

DATABASE RESTORE - mysql dbname< filename -u <user> -p <password>

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mysql slow query?

739


Is mysql a relational database?

641


What is sqlyog?

843


What is mysql shell?

745


What's the difference between mysql and sql server?

726


Do I need to pay for mysql?

686


What are the differences between innodb and myisam engines?

703


How do I change directories in mysql?

694


How to print message in mysql trigger?

1253


Why do we use views instead of tables?

689


How do you know the version of your mysql server?

804


What is mysql connection limit?

715


What is save point in mysql?

732


How can an index be declared in mysql?

669


Why does mysql have so many connections?

690