I manage to connect to the web interface but it show the errors as below
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'zabbix'@'localhost' (using password: YES)[/usr/local/apache2/htdocs/zabbix/include/db.inc.php:58]
date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Kuala_Lumpur' for 'MYT/8.0/no DST' instead[/usr/local/apache2/htdocs/zabbix/include/page_header.php:149]
Timezone for PHP is not set. Please set "date.timezone" option in php.ini.
At bottom the zabbix show
"Zabbix is temporarily unavailable!"
Any idea on how to solve this?

mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'zabbix'@'localhost' (using password: YES)[/usr/local/apache2/htdocs/zabbix/include/db.inc.php:58]
date() [<a href='function.date'>function.date</a>]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Kuala_Lumpur' for 'MYT/8.0/no DST' instead[/usr/local/apache2/htdocs/zabbix/include/page_header.php:149]
Timezone for PHP is not set. Please set "date.timezone" option in php.ini.
At bottom the zabbix show
"Zabbix is temporarily unavailable!"
Any idea on how to solve this?
Comment