summaryrefslogtreecommitdiffstats
path: root/network/zabbix_proxy/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'network/zabbix_proxy/README.SLACKWARE')
-rw-r--r--network/zabbix_proxy/README.SLACKWARE4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/zabbix_proxy/README.SLACKWARE b/network/zabbix_proxy/README.SLACKWARE
index d9ccd5e4ad..8294fd8ad0 100644
--- a/network/zabbix_proxy/README.SLACKWARE
+++ b/network/zabbix_proxy/README.SLACKWARE
@@ -42,7 +42,7 @@ On your MariaDB server, connect with full privileges:
Create the zabbix database & user:
- mysql> create database zabbix_proxy character set utf8;
+ mysql> create database zabbix_proxy character set utf8mb4 collate utf8mb4_bin;
mysql> use mysql;
mysql> grant all on zabbix_proxy.* to zabbix_proxy@<your_zabbix_proxy> identified by '<your_password>';
mysql> flush privileges;
@@ -67,7 +67,7 @@ A standard configuration file is installed as /etc/zabbix/zabbix_proxy.conf
You will need to change at least the following lines:
- Server=<ip_of_your_zabbix_proxy>
+ Server=<ip_of_your_zabbix_server>
Hostname=<hostname_of_your_zabbix_proxy>
DBHost=<your_mysql_server> (Change if MariaDB is not on localhost)