一、问题

在安装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).

2、解决方法

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

解决后也能够又一次启动下mysqlserver。

能够看到成功了。

最新文章

  1. XCode 中的代码块导出与导入
  2. cef 介绍
  3. [后端人员耍前端系列]KnockoutJs篇:快速掌握KnockoutJs
  4. 如何解决CRUD操作中与业务无关的字段赋值
  5. Hibernate和Mybatis的对比
  6. BZOJ1008 /乘法原理+快速幂 解题报告
  7. Android 第三方
  8. STL之heap
  9. Python新手学习基础之循环结构练习
  10. 使用android SpannableStringBuilder实现图文混排,看到许多其他
  11. vue实现仿淘宝结账页面
  12. 【NOIP2012-开车旅行】
  13. Eclipse 3.5 以后安装插件很慢的解决办法
  14. 关于CGI 和 PHP-FPM需要弄清的
  15. windows安装elasticsearch
  16. A - 低阶入门膜法 - K-th Number (主席树查询区间第k小)
  17. python windows 安装pandas,numpy....
  18. 反射API(一)
  19. 弱网测试—Network-Emulator-Toolkit工具
  20. Unexpected directive 'XXX' imported by the module 'AppMoode'

热门文章

  1. 基础训练 Sine之舞
  2. HTML5 移动端web
  3. Java-字符串大小写转换
  4. luogu3834 【模板】可持久化线段树 1(主席树)
  5. 关于Relay Log无法自动删除的问题
  6. Linux快捷键列表
  7. C. RMQ with Shifts
  8. Codeforces Round #265 (Div. 1)
  9. Masonry练习
  10. 【bzoj3956】Count 单调栈+可持久化线段树