Hello,
i have a big problem with my zabbix database, since i've changed my sql root password and restart the suse linux system.
Two other programs also use a sql database and they still work without any problems.
Only Zabbix shows now this failure message...

Here are the config files:
Login with user zabbix to sql works

Here is the Zabbix_Server log
I also tried this steps under sql
1.
2.
If i want backup the zabbix database i get this error

Has anyone an idea how to resolve this? I don't have much experience with sql and would loose a lot of work if my database is destroyed.
If i create a new one and insert it in the config files zabbix works again, but is complete empty....
i have a big problem with my zabbix database, since i've changed my sql root password and restart the suse linux system.
Two other programs also use a sql database and they still work without any problems.
Only Zabbix shows now this failure message...

Here are the config files:
Originally posted by zabbix.conf.php
Originally posted by zabbix_server.conf
Login with user zabbix to sql works

Here is the Zabbix_Server log
Originally posted by zabbix_server.log
I also tried this steps under sql
1.
Code:
mysql -u root -p grant all privileges on zabbix.* to zabbix@localhost identified by 'zabbix'; flush privileges; quit
Code:
mysql -u root -p
update mysql.user set password=PASSWORD("zabbix") where User='zabbix';
quit
If i want backup the zabbix database i get this error

Has anyone an idea how to resolve this? I don't have much experience with sql and would loose a lot of work if my database is destroyed.
If i create a new one and insert it in the config files zabbix works again, but is complete empty....


Comment