1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-04-04 09:33:24 -04:00

Updated Installation (markdown)

Jonathan Rosenbaum 2017-11-13 03:55:13 -05:00
parent c52b485751
commit 0a754ecd6f

@ -1,6 +1,6 @@
YBDB relies heavily on accurate time calculations. 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` `mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql`