Hi,
I have changed my MySQL root password. Now I get errors, so I went in the db.inc.php to change the password in the config. My new config is now :
// DATABASE CONFIGURATION
$DB_TYPE ="MYSQL";
$DB_SERVER ="localhost";
$DB_DATABASE ="zabbix";
$DB_USER ="root";
$DB_PASSWORD ="mypassword";
// END OF DATABASE CONFIGURATION
I still can't get Zabbix to work. I get the following error when starting the zabbix server :
"Starting zabbix_server Failed to connect to database: Error: Access denied for user 'root'@'localhost' (using password: YES)"
I'm 100% sure that the password in the db.inc.php file is the good one (I have tried it several times.
I have changed my MySQL root password. Now I get errors, so I went in the db.inc.php to change the password in the config. My new config is now :
// DATABASE CONFIGURATION
$DB_TYPE ="MYSQL";
$DB_SERVER ="localhost";
$DB_DATABASE ="zabbix";
$DB_USER ="root";
$DB_PASSWORD ="mypassword";
// END OF DATABASE CONFIGURATION
I still can't get Zabbix to work. I get the following error when starting the zabbix server :
"Starting zabbix_server Failed to connect to database: Error: Access denied for user 'root'@'localhost' (using password: YES)"
I'm 100% sure that the password in the db.inc.php file is the good one (I have tried it several times.
Comment