From aaa8e94d02e45779d50241eaca1e49040c72024e Mon Sep 17 00:00:00 2001 From: Jan Skrasek Date: Fri, 11 Oct 2024 22:51:46 +0200 Subject: [PATCH] add MariaDB link to timezones import [closes #239] --- docs/timezones-mysql-support.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/timezones-mysql-support.md b/docs/timezones-mysql-support.md index b348885..367c1f3 100644 --- a/docs/timezones-mysql-support.md +++ b/docs/timezones-mysql-support.md @@ -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:\\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.