查看服务进程
ps -aux|grep MysqL
查看进程端口
netstat -anp |grep 1506
查看端口进程
netstat -lnp|grep 3306
关闭进程
kill –9 1506