ExternalScripts=/usr/lib/zabbix/externalscripts
Archivi mensili per Settembre, 2019
Zabbix External Scripts path on debian 10
Privileges on MySQL
mysql> GRANT ALL PRIVILEGES ON *.* TO 'username'@'%' identified by 'password';
CREATE USER 'name'@'localhost' IDENTIFIED BY 'password';
GRANT USAGE ON *.* TO 'name'@'localhost';
GRANT all privileges ON `dbname`.* TO 'name'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;
Recent Comments