Received this error on upgrade from 1.0.2 to 1.0.3
What do I need to change to get it to pass the pre-install check?
mysql> show variables like '%time_zone%';
+------------------+-----------------------+
| Variable_name | Value |
+------------------+-----------------------+
| system_time_zone | Pacific Standard Time |
| time_zone | SYSTEM |
+------------------+-----------------------+
2 rows in set (0.00 sec)
mysql>
ERROR: Your MySQL TimeZone database is not populated
Moderators: Developers, Moderators
Re: ERROR: Your MySQL TimeZone database is not populated
I dont know if this may help you. But I solved my timezone table by:
- Downloading timezone_2016j_posix_sql.zip in http://dev.mysql.com/downloads/timezones.html
- Then go to cmd and type this mysql -u root mysql < file_name
- Restart server
Steps above came from this link https://dev.mysql.com/doc/refman/5.7/en ... pport.html
- Downloading timezone_2016j_posix_sql.zip in http://dev.mysql.com/downloads/timezones.html
- Then go to cmd and type this mysql -u root mysql < file_name
- Restart server
Steps above came from this link https://dev.mysql.com/doc/refman/5.7/en ... pport.html
Re: ERROR: Your MySQL TimeZone database is not populated
The above is missing some steps.
http://dev.mysql.com/downloads/timezones.html
Download the appropriate file. Then unzip the .sql file.
From cmd run mysql -u root -p mysql < file_name.sql
Then type mysql -u root -p and enter your root password for MySQL.
Next type: grant select on mysql.time_zone_name to 'cactiuser'@'localhost' identified by 'cactiuser';
Then type: flush priveleges;
No need to reboot. If you refresh the page you shouldn't get the error again.
http://dev.mysql.com/downloads/timezones.html
Download the appropriate file. Then unzip the .sql file.
From cmd run mysql -u root -p mysql < file_name.sql
Then type mysql -u root -p and enter your root password for MySQL.
Next type: grant select on mysql.time_zone_name to 'cactiuser'@'localhost' identified by 'cactiuser';
Then type: flush priveleges;
No need to reboot. If you refresh the page you shouldn't get the error again.
Operating System: Windows 7 Pro x64
Webserver: Apache 2.2.22
Cacti: .8.8G
Spine: .8.8A (Yes this is correct :-/, but I think I'm using CMD.PHP )
MySQL: 5.5.27 (x86)
PHP: 5.3.17
RRDTool (Cygwin or Win32 version): win32 1.4.5
Net-SNMP: 5.5
Cygwin (cygwin1.dll version): 1007.9.0.0
Webserver: Apache 2.2.22
Cacti: .8.8G
Spine: .8.8A (Yes this is correct :-/, but I think I'm using CMD.PHP )
MySQL: 5.5.27 (x86)
PHP: 5.3.17
RRDTool (Cygwin or Win32 version): win32 1.4.5
Net-SNMP: 5.5
Cygwin (cygwin1.dll version): 1007.9.0.0
Re: ERROR: Your MySQL TimeZone database is not populated
Zetoo, life saver been all afternoon researching !!!! this fixed it. I already had the file but all instructions were off !!
Many thanks
Many thanks
Re: ERROR: Your MySQL TimeZone database is not populated
If the instructions are off, try submitting an update on our documentation repo.
Cacti Developer & Release Manager
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
The Cacti Group
Director
BV IT Solutions Ltd
+--------------------------------------------------------------------------+
Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Who is online
Users browsing this forum: No registered users and 1 guest