mysql http://cdn.mysql.com/Downloads/MySQL-Cluster-7.3/MySQL-Cluster-gpl-7.3.3-1.el6.x86_64.rpm-bundle.tar
mysql 优化------------------------------------------------
cp /usr/share/mysql/my-medium.cnf /etc/my.cnf
分库 分表
slow_query_log //慢查询日志
mysql> show global variables like 'slow%';慢查询
log-slow-queries=/data/mysqldata/slowquery.log
long_query_time=2
查看mysql 链接数
SHOW STATUS LIKE 'threads%';
Threads_created表示创建过的线程数