Conversation
Notices
-
musicman (musicman@nu.federati.net)'s status on Wednesday, 13-May-2020 09:36:12 EDT musicman
for example, need to create a user before this grant command:
# mysql -uroot -p
password
mysql> create database zabbix character set utf8 collate utf8_bin;
mysql> grant all privileges on zabbix.* to zabbix@localhost identified by 'password';