I'm having trouble getting my first Zabbix Proxy up and running.
I've installed the proxy and configured zabbix_proxy.conf with the hostname, database name, username and password etc. When I start the proxy I get the following in the log:
"connection to database 'zabbix' failed: [1049] Unknown database 'zabbix'"
I was under the impression that the proxy created the database itself?
I'm using mysql, the username provided has All Privileges to the whole install so there should be no issue creating it. If that were the case I'd also expect the log to show an error creating the database?
If I maually create the database I get a whole load of errors in the log "could not find table.." etc.
Am I wrong in thinking it automatically creates the database? If so is there a script somewhere tomanually create it and all the tables?
I've installed the proxy and configured zabbix_proxy.conf with the hostname, database name, username and password etc. When I start the proxy I get the following in the log:
"connection to database 'zabbix' failed: [1049] Unknown database 'zabbix'"
I was under the impression that the proxy created the database itself?
I'm using mysql, the username provided has All Privileges to the whole install so there should be no issue creating it. If that were the case I'd also expect the log to show an error creating the database?
If I maually create the database I get a whole load of errors in the log "could not find table.." etc.
Am I wrong in thinking it automatically creates the database? If so is there a script somewhere tomanually create it and all the tables?
Comment