Home

Submit

Source

Feeds
Tutorials » MySQL » Replication and Backup

MySQL Replication and Backup 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.

MySQL Replication and Backup
Backup your mySQL Database
MySQL / Replication and Backup
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.

Site: www.4webhelp.net Report - View Tutorial

MySQL Replication and Backup
How To Back Up MySQL Databases Without Interrupting MySQL
MySQL / Replication and Backup
This article describes how you can back up MySQL databases without interrupting the MySQL service.

Site: www.howtoforge.com Report - View Tutorial

MySQL Replication and Backup
Backup and Restore MySQL Databases
MySQL / Replication and Backup
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.

Site: php.about.com Report - View Tutorial

MySQL Replication and Backup
Backing Up Your MySQL Databases With MySQLDump
MySQL / Replication and Backup
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.

Site: www.devarticles.com Report - View Tutorial

MySQL Replication and Backup
Backing Up/Restoring MySQL Databases
MySQL / Replication and Backup
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.

Site: www.kirupa.com Report - View Tutorial

MySQL Replication and Backup
Advanced MySQL Replication Techniques
MySQL / Replication and Backup
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.

Site: www.onlamp.com Report - View Tutorial

MySQL Replication and Backup
How To Set Up Database Replication In MySQL
MySQL / Replication and Backup
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.

Site: www.howtoforge.com Report - View Tutorial

MySQL Replication and Backup
Backing Up And Restoring Your MySQL Database
MySQL / Replication and Backup
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.

Site: www.codebeach.com Report - View Tutorial

MySQL Replication and Backup
Replication in MySQL
MySQL / Replication and Backup
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.

Site: dev.mysql.com Report - View Tutorial

 
Site Search

 
MySQL »
- Replication and Backup
- General Guides
- Optimization
 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement