摘要: 转自: http://blog.sina.com.cn/s/blog_7b6fc4c90100yn57.html 普通用户ssh连接linux服务器是总是提示: ulimit: open files: cannot modify limit: Operation not permitted 解决办法 阅读全文
posted @ 2016-09-06 20:19 SandKing 阅读(10) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/xiaotengyi2012/article/details/19368979 前面说到的count(*)的数字MyISAM是存储在一个地方就是表的Rows中,从下面的话中我们可以看出MyISAM存的是一个准确的数字,而InnoDB则存储的是粗略的数字 阅读全文
posted @ 2016-09-06 10:10 SandKing 阅读(8) 评论(0) 推荐(0)
摘要: 转自:http://www.2cto.com/database/201303/193422.html 更新text字段时出现Row size too large报错 起因: 团购开发报告说更新时出错。 www.2cto.com 更新SQL如下: UPDATE table_name d SET d.c 阅读全文
posted @ 2016-09-06 10:07 SandKing 阅读(11) 评论(0) 推荐(0)