Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / meena bisht

Backup:- mysqldump -u <user name> -p<pwd> dbname >
filename.sql

Restore:- mysql -u <user name> -p<pwd> dbname < filename.sql

The backup and restoration of any table is faster in sql
file.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to update a root password.

998


How to create a table index in mysql?

1013


How to decrement dates by 1 in mysql?

1057


Which software is used for mysql?

1016


what is the difference between gui testing and database testing? : Mysql dba

1155


How to shutdown mysql server?

1122


What is mysql cursor?

932


What is default password for mysql?

909


Is mysql free download?

899


What do we use to remove duplicate records while fetching a data in mysql ?

1014


How to use rank function in mysql?

1059


How can you plan the logshipping before processing?

2380


How to insert html code into mysql database using php?

1116


How many TRIGGERS are allowed in MySql table?

1127


Is there a free version of mysql?

987