Hi Dear Friends,
In this post We would like to share infinity knowladge My Good experience and Best solution For .
Try this it will help you and for more information click here: Laravel Examples.
We hope it can help you...
In this post We would like to share infinity knowladge My Good experience and Best solution For .
Laravel Examples
MySQL is a database server for storing data permanently. If you are using MySQL server for an production use, then its necessary to create dataase backup for recovering from any crash. MySQL provides an utility mysqldump for taking backups. In this article you will learn, to taken databases backup in .sql format for archive format. Also we will explain various options for it.
Options for Creating MySQL Databases Backup
You have many options for creating databases backups. read few options below. For this example we have using databse name “mydb”.
1. Full Database Backup in Plain .sql File
2. Full Database Backup in Archive .sql.gz File
3. Backup Single Table Only
4. Backup Multiple Databases
5. Backup All Databases
6. Backup Database Structure Only (no data)
7. Backup Database Data Only (no table structure)
8. Backup MySQL Database in XML Format
How to Restore MySQL Backup
For restoring databases from backup is quite simple. We use mysql command for it. For example following command will restore all backup from mydb.sql to mydb database.
Read :
I hope you like this Post, Please feel free to comment below, your Any Idea, suggestion and problems if you face - I am here to Resolve your Any problems.We hope it can help you...
No comments :
Post a Comment