摘要:
Mysql 8.0之前的版本: grant all privileges on *.* to 'root'@'%' identified by '密码' with grant option; Mysql 8.0以后的版本: CREATE USER 'root'@'%' IDENTIFIED BY ' 阅读全文
摘要:
在导入cacti.sql数据库时出现错误: ERROR 1067 (42000) at line 1847: Invalid default value for 'status_fail_date' 解决方法: vim /etc/my.cnf 加入: sql-mode="NO_ENGINE_SUBS 阅读全文
摘要:
在zabbix的web安装过程中出现: Time zone for PHP is not set (configuration parameter "date.timezone"). 解决方法: 修改时区 vim /etc/opt/rh/rh-php72/php-fpm.d/zabbix.conf 阅读全文