标签:pac rgs mysql sql schedule event uri resolve max
数据库版本为Mariadb 5.5,使用K8S进行管理这个是因为mysql的max_allow_packet默认的只有16MB,我们在mysql的配置文件中添加一行
max_allowed_packet=100M
或者修改pod下的args参数
args: ["--character-set-server=utf8mb4", "--collation-server=utf8mb4_unicode_ci", "--event_scheduler=ON", "--max_allowed_packet=100M", "--skip-name-resolve"]
添加一个"--max_allowed_packet=100M" 即可
MySQL导入数据提示Lost connection to MySQL server
标签:pac rgs mysql sql schedule event uri resolve max
原文地址:https://blog.51cto.com/fengwan/2393809