February 2018
Intermediate to advanced
510 pages
16h 10m
English
This program gets the content of the hostsystem zone info database (files describing time zones) and loads the information in the time zone tables of MySQL. If the system does not have a zone info database, you can use the downloadable package with POSIX standard timezone_2017c_posix_sql.zip and non POSIX standard timezone_2017c_leaps_sql.zip from https://dev.mysql.com/downloads/timezones.html.
mysql_tzinfo_to_sql can be executed in the following different ways:
shell> mysql_tzinfo_to_sql tz_dirshell> mysql_tzinfo_to_sql tz_file tz_nameshell> mysql_tzinfo_to_sql --leap tz_file
After running the mysql_tzinfo_to_sql program, it is highly recommended to restart the server so that it will not ...
Read now
Unlock full access