作为php开发,使用mysql总是少不了的
博客链接 http://itsong.net/articles/466.html
./mysql --help | grep my.cnf
可以查看mysql数据库实例启动时,它会在哪些位置查找配置文件。/usr/local/mysql/data
。-S /tmp/mysql.sock
。show engine innodb status
可以看缓冲池具体使用情况。innodb_max_dirty_pages_pct
可以加快刷新脏页的频率,保证磁盘io的负载,比如75-80原文地址:http://blog.csdn.net/madcloudsong/article/details/46666261