启动 3306
nohup /usr/local/mysql5.1.7/bin/mysqld_safe &
启动 3307/usr/local/mysql/bin/mysqld --defaults-file=/etc/my3307.cnf --user=mysql &
本机链接 3307
mysql -uroot -P3307 -h127.0.0.1
指定了-P3307 ,但总是连到3306的实例,后来才发现要加-h