Replication and Time Zones-opracowanie

Nasza ocena:

3
Wyświetleń: 413
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Replication and Time Zones-opracowanie - strona 1

Fragment notatki:

Replication and Time Zones
The same system time zone should be set for both master and slave. Otherwise, statements
depending on the local time on the master are not replicated properly, such as statements that use
the NOW() [1240] or FROM_UNIXTIME() [1238] functions. You can set the time zone in which MySQL
server runs by using the --timezone=timezone_name [239] option of the mysqld_safe script or by
setting the TZ environment variable. See also Section 16.4.1.15, “Replication and System Functions”.
If the master is MySQL 4.1 or earlier, both master and slave should also use the same default
connection time zone. That is, the --default-time-zone [434] parameter should have the same
value for both master and slave.
CONVERT_TZ(...,...,@@session.time_zone) [1232] is properly replicated only if both master
and slave are running MySQL 5.0.4 or newer.
... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz