码迷,mamicode.com
首页 > 其他好文 > 详细

opencms 安装出现下面的问题:Your 'max_allowed_packet' variable is set to less than 16777216 Byte (16MB).

时间:2014-07-12 22:58:44      阅读:353      评论:0      收藏:0      [点我收藏+]

标签:opencms

一、问题

在安装opencms是会出现如下错误:

MySQL system variable ‘max_allowed_packet‘ is set to 1048576 Byte (1MB).

Please note that it will not be possible for OpenCms to handle files bigger than this value in the VFS.

Error while checking the server configuration!

-------------------------------------------

Your ‘max_allowed_packet‘ variable is set to less than 16777216 Byte (16MB).

The required value for running OpenCms is at least 16MB.Please change your MySQL configuration (in the my.ini or my.cnf file).

bubuko.com,布布扣


bubuko.com,布布扣

2、解决方法

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

解决后也可以重新启动下mysql服务器。可以看到成功了。

bubuko.com,布布扣



opencms 安装出现下面的问题:Your 'max_allowed_packet' variable is set to less than 16777216 Byte (16MB).,布布扣,bubuko.com

opencms 安装出现下面的问题:Your 'max_allowed_packet' variable is set to less than 16777216 Byte (16MB).

标签:opencms

原文地址:http://blog.csdn.net/u011067360/article/details/37690801

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!