故障现象是mysql启动正常,本地登录正常,网络登录不正常提示无法连接,服务器上查看3306端口未监听。
故障的原因可能是my.cnf中存在以下配置:
skip-network
或者:
skip-grant-tables
去掉如上配置,重启后监听恢复。
故障现象是mysql启动正常,本地登录正常,网络登录不正常提示无法连接,服务器上查看3306端口未监听。
故障的原因可能是my.cnf中存在以下配置:
skip-network
或者:
skip-grant-tables
去掉如上配置,重启后监听恢复。
报错: ``` nginx: [emerg] dlopen() "/opt/nginx/modules/ngx_http_brotli_filter_module.so" failed (libbrotlienc.so.1: cannot open shared object file: No su...
报错如下: ``` nginx: [emerg] module "/opt/nginx/modules/ngx_http_brotli_filter_module.so" version 1028001 instead of 1026002 in /opt/nginx/conf/nginx.conf...
成为第一个评论的人吧!