1 MariaDB [zabbix]> select authentication_type from config ;
2 +---------------------+
3 | authentication_type |
4 +---------------------+
5 | 2 |
6 +---------------------+
7 1 row in set (0.00 sec)
8
9 MariaDB [zabbix]> update config set authentication_type = 0 ;
10 Query OK, 1 row affected (0.00 sec)
11 Rows matched: 1 Changed: 1 Warnings: 0
12
13 MariaDB [zabbix]> select authentication_type from config ;
14 +---------------------+
15 | authentication_type |
16 +---------------------+
17 | 0 |
18 +---------------------+
19 1 row in set (0.00 sec)
1 [root@zabbix-server ~]# systemctl restart zabbix-server