ERROR: Your MySQL TimeZone database is not populated

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
alipsit
Posts: 2
Joined: Wed Apr 05, 2017 9:56 am

ERROR: Your MySQL TimeZone database is not populated

Post by alipsit »

Hi, I followed the following video series:

https://www.youtube.com/watch?v=5COQumLGDzY

I also have the "ERROR: Your MySQL TimeZone database is not populated. Please populate this database before proceeding."

Is there anything that this tutorial misses that I need to do regarding the timezones?

Thanks
User avatar
Cramin
Posts: 23
Joined: Mon Mar 06, 2017 4:06 pm
Contact:

Re: ERROR: Your MySQL TimeZone database is not populated

Post by Cramin »

http://forums.cacti.net/viewtopic.php?f=21&t=56848

Code: Select all

mysql -p
> grant select on mysql.time_zone_name to user@'localhost' identified by 'password';
quit;

Code: Select all

mysql_tzinfo_to_sql  /usr/share/zoneinfo | mysql -p mysql
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests