啓動MySQL數據庫mysql
service mysql start
查看MySQL進程sql
ps -ef |grep mysql
查看MySQL端口號數據庫
cd /etc/init.d/ netstat -atnp | grep mysql