Skip to content

Commit

Permalink
add MariaDB link to timezones import [closes #239]
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Oct 11, 2024
1 parent 4b3074c commit aaa8e94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/timezones-mysql-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
For MySQL **5.7+** download zipped SQL inserts from http://dev.mysql.com/downloads/timezones.html and run them in context of `mysql` database.

For MySQL **up to 5.6** download archive from http://dev.mysql.com/downloads/timezones.html. Unzip the archive and copy the files to your `mysql` database in data dir (eg. `C:\<your mysql dir>\data\mysql`).


#### MariaDB

The principles are almost the same, follow the official documentation at https://mariadb.com/kb/en/time-zones/#mysql-time-zone-tables.

0 comments on commit aaa8e94

Please sign in to comment.