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

 

相关文章:

  • 2021-12-15
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
  • 2022-02-02
  • 2022-02-14
猜你喜欢
  • 2022-12-23
  • 2022-01-02
  • 2021-11-27
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案