zabbix数据库创建初始化

MariaDB [(none)]> create database zabbix character set utf8;

MariaDB [(none)]> grant all privileges on zabbix.* to 'zabbix'@'localhost' identified by 'zabbix';

MariaDB [(none)]> flush privileges;
posted @ 2017-04-14 13:15  jackchen007  阅读(4916)  评论(0编辑  收藏  举报