Ad Widget

Collapse

connection to database 'zabbix' failed: [1045] Access denied for user

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sphtd7
    Member
    • Dec 2020
    • 52

    #1

    connection to database 'zabbix' failed: [1045] Access denied for user

    Hi,
    after zabbix update. Configuration broke in /etc/zabbix/zabbix_server.conf I changed the database name and password, but the log has an error: 1354: 20211130: 030945.060 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix' @ 'localhost' (using password: NO) My database has a different name. And Zabbix insistently wants to connect to the "zabbix" database, mine is called "zabbixdb". in /etc/zabbix/web/zabbix.conf.php is correct
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Please check the settings in zabbix_server.conf file again and try restarting zabbix_server.

    Comment

    • vicbc
      Member
      • Nov 2021
      • 39

      #3
      As Atsushi said, you have to take a look at those informations in your Zabbix Server Conf File.

      Zabbix wouldn't try to connect to a different database other than the one listed in the conf file.
      Make sure you saved it, and always remember that changes in the conf file will only take effect after the service is restarded.

      Comment

      Working...