too
-
Mysql 报Row size too large 65535 的原因及解决方法_MySQL
报错信息:Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535 向mysql的表插件一个字段 类型为text时,或修改一个字段类型为text时,报出上面的错误。其实…
-
mysql “too many connections” 错误 之 mysql解决方法
解决方法是修改/etc/mysql/my.cnf,添加以下一行 解决方法是修改/etc/mysql/my.cnf,添加以下一行: set-variable = max_connections=500 或在启动命令中加上参数 max_connections=500 就是修改最大连接数,然后重启mysq…