Hi everyone, I´m new in Zabbix and i´m trying to install it descentralized (Front end and Zabbix Server in one server and database in other).
I´m having problem to run the scripts that import initial schema and data (schema.sql / images.sql / data.sql).
From the location where the scripts are in the Front End Server I´m running following command:
mysql -h 192.168.0.3 -u zabbix -p zabbix < images.sql
(192.168.0.3 is server where database is)
Once i put password it shows following error:
ERROR 1044 (42000): Access denied for user 'zabbix'@'%' to database 'zabbix'
In the other hand if i try to enter to database from the same Server using same user and password i can do it without problems.
Could you please help me?
Thanks
I´m having problem to run the scripts that import initial schema and data (schema.sql / images.sql / data.sql).
From the location where the scripts are in the Front End Server I´m running following command:
mysql -h 192.168.0.3 -u zabbix -p zabbix < images.sql
(192.168.0.3 is server where database is)
Once i put password it shows following error:
ERROR 1044 (42000): Access denied for user 'zabbix'@'%' to database 'zabbix'
In the other hand if i try to enter to database from the same Server using same user and password i can do it without problems.
Could you please help me?
Thanks
Comment