摘要:
# 查看最大连接数 show variables like 'max_connections'; # 临时修改 set GLOBAL max_connections=200; # 永久修改 max_connections=200 # 修改配置文件 # 查看主从同步状态 show slave stat 阅读全文
摘要:
在 Mac 操作系统安装 Python 3.6 或以上版本时,可能会遇到证书错误:Error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate cha 阅读全文