89477

89477



Replication Compatibility Between MySQL Versions

MySQL supports replication from one major version to the next higher major version. For example, you

can replicate from a master running MySQL 4.1 to a slave running MySQL 5.0, from a master running

MySQL 5.0 to a slave running MySQL 5.1, and so on.

However, one may encounter difficulties when replicating from an older master to a newer slave if the

master uses statements or relies on behavior no longer supported in the version of MySQL used on

the slave. For example, in MySQL 5.5, CREATE TABLE___SELECT statements

are permitted to

change tables other than the one being created, but are no longer allowod to do so in MySQL 5.6 (see

Section 16.4.1.5, “Replication of CREATE TABLE ... SELECT Statements").

The use of morę than 2 MySQL Server versions is not supported in replication setups involving multiple

masters, regardless of the number of master or slave MySQL servers. This restriction applies notonly

to major versions, but to minor versions within the same major version as well. For example, if you are

using a chained or circular replication setup, you cannot use MySQL 5.6.1, MySQL 5.6.2, and MySQL

5.6.4 concurrently, although you could use any 2 of these releasestogether.

In some cases, it is also possible to replicate between a master and a slave that is morę than one

major version newer than the master. However, there are known issues with trying to replicate from

a master running MySQL 4.1 or earlier to a slave running MySQL 5.1 or later. To work around such

problems, you can insert a MySQL server running an intermediate version between the two; for

example, rather than replicating directly from a MySQL 4.1 master to a MySQL 5.1 slave, it is possible

to replicate from a MySQL 4.1 server to a MySQL 5.0 server, and then from the MySQL 5.0 server to a MySQL 5.1 server.



Wyszukiwarka

Podobne podstrony:
Creating a User for Replication Each slave must connect to the master using a MySQL user name and pa
Upgrading MySQL As a generał rule, to upgrade from one release series to another, go to the next ser
Replication and Reserved Words You can encounter problems when you attempt to replicate from an olde
280 SHORT NOTES sympathies, the sudden way in which he switched his support from one political party
Replication and Character Sets The following applies to replication between MySQL servers that use d
Transactions and the count () function. When using MySQL Cluster Replication, it is not possible to
MySQL Cluster. MySQL Cluster is released as a separate product, with new development for version 7.3
MySQL Community Support on Internet Relay Chat (IRC) In addition to the various MySQL mailing lists
pobieranie1 Download MySQL Community Sen/er MySQL Community Edition is a freely downloadable version
skanuj0531 (2) 552 PHP i MySQL dla każdego Cały kod funkcji printltem to seria instrukcji echo tworz
• V o± B —MySQL Command Linę Client En ter password: x-x-x-x-x-x-x-x-x-x Uelcome to the MySQL monito
Connecting to the MySQL Server For a Client program to be able to connect to the MySQL server, it mu
Security Guidelines Anyone using MySQL on a Computer connected to the Internet should read this sect
Starting Multiple MySQL Instances as Windows Services On Windows, a MySQL sen/er can run as a Window
Testing The MySQL Installation You can test whether the MySQL server is working by executing any of
Configuration of MySQL Cluster NDB 7.3 A MySQL server that is part of a MySQL Cluster differs in one
Deploying a MySQL Database Using EC2 Because you cannot guarantee the uptime and availability of you
MySQL Cluster Logging Management Commands The following management commands are related to the clust

więcej podobnych podstron