RSS订阅 - 热门标签 - 注册 - 登录 欢迎您来到Q淘网_
当前位置:主页 > 休闲之余 > 服务器/数据库 > 正文

修改MySQL的数据库引擎为INNODB的方法!(7)

时间:2015-09-05 21:33 来源:互联网 作者:网络 阅读:

 内容摘要:

[mysqldump] quick max_allowed_packet =116M [mysql] no -auto-rehash # Remove the next comment character if you are not familiar with SQL


  
[mysqldump]
  
quick
  
max_allowed_packet =116M
  
[mysql]
  
no-auto-rehash
  
# Remove the next comment character if you are not familiar with SQL


上一篇:没有了
下一篇:mysql字符集和数据库引擎修改方法分享 !