摘要:
I would not suggest Richies answer, because you are screwing up the data inside the database. You would not fix your problem but try to "hide" it and ... 阅读全文
摘要:
转: http://www.vpsee.com/2014/09/linux-performance-tools/Linux 平台上的性能工具有很多,眼花缭乱,长期的摸索和经验发现最好用的还是那些久经考验的、简单的小工具。系统性能专家 Brendan D. Gregg 在最近的 LinuxCon NA... 阅读全文
摘要:
mysqld --verbose --help: 可以显示 mysql 的编译配置选项,即功能配置描述。 mysql 显示所有支持的字符集: SHOW CHARACTER SET; mysql 创建数据库或表的时候设置是否大小写敏感: 当然你也可以在创建结束后使用alter来改变: 但是,记住,my 阅读全文