查看是否有在运行
ps aux |grep mysqld
/etc/init.d/mysqld status;
查看具体的详细参数
mysql -uroot -p -e "show status\G;"