Helping ordinary people create extraordinary websites!

MySQL Tutorials

Backup and Restore (4)


How to backup your Mysql database with phpMyAdmin
Oct 1st in MySQL Backup and Restore

It is very important to do backup of your MySql database, you will probably realize it when it is too late. A lot of web applications use MySql for storing the content. This can be blogs, and a lot of other things. When you have all your content as...
Rating: | Votes: 6
Backing Up and Restoring Your MySQL Database
Oct 1st in MySQL Backup and Restore

Do you need to change your web host or switch your database server? This is probably the only time when you really think of backing up your MySQL data. If you've got a website with a database or your custom database running for your applications, it...
Rating: | Votes: 7
10 Ways to Automatically & Manually Backup MySQL Database
Oct 1st in MySQL Backup and Restore

If your site stores its sensitive data in a MySQL database, you will most definitely want to backup that information so that it can be restored in case of any disaster (we all have been there).
Rating: | Votes: 12
Using PHP to Backup MySQL Databases
Oct 1st in MySQL Backup and Restore

There are at least three ways to backup your MySQL Database: execute a database backup query from PHP file, run mysqldump using system() function and use phpMyAdmin to do the backup.
Rating: | Votes: 10