`

MySQL system variable 'max_allowed_packet' is set to (1MB).

 
阅读更多

安装opencms使用mysql数据库时,出现错误

Java代码 收藏代码
  1. MySQLsystemvariable'max_allowed_packet'issetto1048576Byte(1MB).
  2. PleasenotethatitwillnotbepossibleforOpenCmstohandlefilesbiggerthanthisvalueintheVFS.
  3. Errorwhilecheckingtheserverconfiguration!
  4. -------------------------------------------
  5. Your'max_allowed_packet'variableissettolessthan16777216Byte(16MB).
  6. TherequiredvalueforrunningOpenCmsisatleast16MB.PleasechangeyourMySQLconfiguration(inthemy.iniormy.cnffile).


解决如下:



这个问题是因为导入的sql文件大于系统默认的max_allowed_packet的值,解决方法:比如在my.cnf修改增加 到:max_allowed_packet=16M #或者更高,当然也可以在mysqld启动的时候加入这个参数,但是该变量必须在mysqld重新启动的时候才加载生效,所以必须重起mysqld!

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics