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

Can we store videos in mysql database?

487


How to shutdown mysql server?

574


How do I start mysql in mysql workbench?

501


How to check server status with 'mysqladmin'?

523


How to returns the columns and column information pertaining to the designated table.

564






Which is faster mongodb or mysql?

447


How can I create database in mysql?

489


What is int unsigned?

489


How to drop an existing table in mysql?

547


What is a join in mysql?

478


Write a query to display even rows in student table using mysql?

472


can you elaborate on blob and text in mysql? : Mysql dba

467


What is 'mysqlimport'?

515


How do I stop a mysql command?

475


How many rows can a mysql table hold?

493