Home Submit Sources Feeds

Replication and Backup MySQL Tutorials

Sometimes problems do occur for a variety of reasons, ranging from power outages to hardware failure to improper shutdown of the MySQL server. Events such as these, many of which are beyond your control, can result in damage to database tables, typically caused by incomplete writes in the middle of a change to a table. This category describes what you can do to minimize your risks and to be ready in case disaster strikes anyway. The techniques covered here include making database backups, performing table checking and repair operations, and how to use recovery procedures in case you do lose data. The category also covers database copying procedures for transferring a database to another server, because these are often are quite similar to backup techniques.
Home » MySQL » Replication and Backup (10 Tutorials)
MySQL DROP DATABASE Recovery
MySQL DROP DATABASE Recovery tutorial
Is it possible to recover data destroyed by unintentionaly confirmed DROP DATABASE command? This tutorial answers this question and offers step-by-step procedure how to do it, if possible.
Backup your mySQL Database
Backup your mySQL Database tutorial
To backup your database, you will need to use phpMyAdmin. Most hosts have this script pre-installed. If you can't find it, contact your host.
How To Back Up MySQL Databases Without Interrupting MySQL
How To Back Up MySQL Databases Without Interrupting MySQL tutorial
This article describes how you can back up MySQL databases without interrupting the MySQL service.
Backup and Restore MySQL Databases
Backup and Restore MySQL Databases tutorial
It is a good idea to backup your MySQL data occasionally as a precautionary measure. It is also a good idea to create a backup before making any major changes, incase something goes wrong and you need to revert to the unmodified version. Database backups can also be used to transfer your database from one server to another if you change web hosts.
Backing Up Your MySQL Databases With MySQLDump
Backing Up Your MySQL Databases With MySQLDump tutorial
MySQL includes several ways to backup your important data. In this article learn how to backup our databases using the mysqldump utility that comes with MySQL.
Backing Up/Restoring MySQL Databases
Backing Up/Restoring MySQL Databases tutorial
If you happen to have data stored in a MySQL database, it is good for you to learn how to backup and restore the database.
Advanced MySQL Replication Techniques
Advanced MySQL Replication Techniques tutorial
MySQL Cluster is a powerful peering system to add high availability and replication across multiple database servers. It's not perfect, though. Using features of MySQL 5.0 and 5.1, it's possible to build a master/slave replication system with fail-over.
How To Set Up Database Replication In MySQL
How To Set Up Database Replication In MySQL tutorial
This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync.
Backing Up And Restoring Your MySQL Database
Backing Up And Restoring Your MySQL Database tutorial
If you've been using MySQL database to store your important data, it is imperative that you make a backup of your data to prevent any loss of data. This article shows you how to backup and restore data in your MySQL database. This process can also be used if you have to move your data to a new server.
Replication in MySQL
Replication in MySQL tutorial
This chapter describes the various replication features provided by MySQL. It introduces replication concepts, shows how to set up replication servers, and serves as a reference to the available replication options.
Home » MySQL » Replication and Backup (10 Tutorials)
 
Subcategories
 
Categories
 
Advertisement