打开在节点中加入一句:max_allowed_packet=5M 将MySQL的容量扩大到5M
# The TCP/IP Port the MySQL Server will listen onport=3306
max_allowed_packet = 5M
#Path to installation directory. All paths are usually resolved relative to this.basedir=../