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
ERROR: Your MySQL TimeZone database is not populated
Moderators: Developers, Moderators
Re: ERROR: Your MySQL TimeZone database is not populated
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
Who is online
Users browsing this forum: No registered users and 0 guests