From 0a754ecd6ffa9217aa79cb8af1f1a0d5ee6d37a1 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Mon, 13 Nov 2017 03:55:13 -0500 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index e629485..d6f87e2 100644 --- a/Installation.md +++ b/Installation.md @@ -1,6 +1,6 @@ YBDB relies heavily on accurate time calculations. -Make sure you have installed time support for mysql or mariadb as explained [here](https://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html). In GNU/Linux you run the mysql_tzinfo_to_sql program from the commandline: +Make sure you have installed time zone support for mysql or mariadb as explained [here](https://dev.mysql.com/doc/refman/5.7/en/time-zone-support.html). In GNU/Linux you run the mysql_tzinfo_to_sql program from the commandline: `mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql`