Ad Widget

Collapse

Zabbix mysql help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wil0
    Junior Member
    • Sep 2006
    • 6

    #1

    Zabbix mysql help

    So i installed zabbix-mysqlserver and to e honest i have no clue whats happened, it wont let me delete it, and my root password doesent work on it...
    When i try and access localhost/zabbix im presented with this:

    Warning: mysql_pconnect(): Access denied for user 'zabbix'@'localhost' (using password: NO) in /usr/share/zabbix/include/db.inc.php on line 32

    Warning: mysql_select_db(): Access denied for user 'www-data'@'localhost' (using password: NO) in /usr/share/zabbix/include/db.inc.php on line 33

    Warning: mysql_select_db(): A link to the server could not be established in /usr/share/zabbix/include/db.inc.php on line 33
    Error connecting to database [Access denied for user 'www-data'@'localhost' (using password: NO)]
    What do i have todo? does the zabbix_mysql server actually install its own sql server somewhere, because the zabbix db is not listed in the mysql server...
  • Wil0
    Junior Member
    • Sep 2006
    • 6

    #2
    error encountered dumping database:
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
    dbconfig-common: zabbix-server-mysql remove: aborted.
    dbconfig-common: flushing administrative password
    dpkg: error processing zabbix-server-mysql (--remove):
    subprocess pre-removal script returned error exit status 1
    dbconfig-common: flushing administrative password
    Starting Zabbix server: zabbix_server
    Errors were encountered while processing:
    zabbix-server-mysql

    it says this too when i try and uninstall it...

    Comment

    • Wil0
      Junior Member
      • Sep 2006
      • 6

      #3
      help please?!

      Comment

      • knarfling
        Member
        • Sep 2006
        • 47

        #4
        mysql

        This is hard to troubleshoot without knowing more information. You say that your MySQL does not have the zabbix database. My first guess is that when you ran the setup scripts to create the database, something must have happened that prevented the database from being created. It could be a permissions issue.

        Comment

        Working...