Ad Widget

Collapse

Unable to connect

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guest

    #1

    Unable to connect

    HP Blade server + Debian 7.

    Im following zabbix manual up to the point of zcat command. I am given the following :
    Code:
    Access denied for user 'zabbix'@'localhost', using password: YES
    What Im ended up with? Nothing

    For me:

    1. How to change USERNAME (and where to change) so both Apache2 and Zabbix pair and no above output is displayed?

    2. Or how to grab preconfigured version of zabbix thats ready-to-use after, say, unziping?
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    If the error message is output, the database can not be accessed.

    What kind of command line did the zcat command execute?
    Please check the password of the command for database access.

    Comment

    • Guest

      #3
      You think I dont know password for my DB?
      ZCAT :: No such COMMAND
      Last edited by Guest; 20-02-2017, 15:05.

      Comment

      • Atsushi
        Senior Member
        • Aug 2013
        • 2028

        #4
        If you do not have the zcat command, install the gzip package.
        If the above error occurs with the mysql command, the argument to the mysql command is incorrect or missing.
        Please check the account and password specification.

        The setting for DB connection of the Zabbix server process is in zabbix_server.conf.
        If you are using local MySQL, please check the following setting items.

        Code:
        DBName=zabbix
        DBUser=zabbix
        DBPassword=yourpassword
        If you do not want to do the installation work, there is a way to use the appliance.
        You can download the appliance from the download page.
        http://www.zabbix.com/download
        And, please check the manual for usage.

        Comment

        • Guest

          #5
          Thanks, but I will not use any of the Appliances. These are mailwared versions of OSes. I advice everyone to stop using them.

          Documentation also sucks. Its useless.

          Comment

          Working...