首頁 > 資料庫 > mysql教程 > MySQL system variable 'max_allowed_packet'_MySQL

MySQL system variable 'max_allowed_packet'_MySQL

WBOY
發布: 2016-06-01 13:10:15
原創
885 人瀏覽過

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

Java代码   收藏代码
  1. MySQL system variable 'max_allowed_packet' is set to 1048576 Byte (1MB).  
  2.   
  3. Please note that it will not be possible for OpenCms to handle files bigger than this value in the VFS.  
  4.    
  5.     Error while checking the server configuration!  
  6.   
  7. -------------------------------------------  
  8.   
  9. Your 'max_allowed_packet' variable is set to less than 16777216 Byte (16MB).  
  10.   
  11. The required value for running OpenCms is at least 16MB.Please change your MySQL configuration (in the my.ini or my.cnf file).  
  12.   
  13.    
  14.    


解决如下:



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

來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板