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 / kalai

mysqldump -uuser -ppassword databasename >filename

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I transfer data from one database to another in mysql?

948


explain GROUPBY & HAVING clause with examples.

2328


Can't connect mysql server on localhost?

1122


How to enter Characters as HEX Numbers?

1060


What is query log in mysql?

1041


What are the advantages of mysql in comparison to oracle?

1066


Restore database (or database table) from backup.

1071


Which datatype is used for email in mysql?

1003


i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?

2653


What is the difference between mysql_fetch_array() and ysql_fetch_object() ?

1083


What is a table schema?

1044


How do I start mysql in ubuntu?

1090


How can I create a database in mysql?

914


What is a longblob?

1003


I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?

1967