Ad Widget

Collapse

Followed a-z as per the official tutorial to install zabbix but getting error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • longskin
    Junior Member
    • May 2023
    • 10

    #1

    Followed a-z as per the official tutorial to install zabbix but getting error

    This is the error that I'm getting.
    "ERROR 1045 (28000): Access denied for user 'zabbix'@'localhost' (using password: YES)"

    Zabbix is being downloaded over 4 000 000 times every year for a reason. Download and install Zabbix for free and try it yourself!


    I'm following this documentation for centos 7, zabbix version 5.0 LTS as you can see in the link above.
    But I'm getting the above mentioned error when setting up database.
    I've entered correct password, I'm sure of that.
  • tim.mooney
    Senior Member
    • Dec 2012
    • 1427

    #2
    Originally posted by longskin
    "ERROR 1045 (28000): Access denied for user 'zabbix'@'localhost' (using password: YES)"
    Connect to your the MySQL/MariaDB database server as the database 'root' user and type:

    Code:
    SHOW GRANTS FOR 'zabbix'@'localhost';
    You don't need to paste the results here (if you do, be sure you obfuscate the encrypted password), but just be certain that the results look correct.

    Comment

    Working...