linux下mysql 重启命令

第一种方式
service mysqld restart
第二种方式
/etc/init.d/mysql stop
/etc/init.d/mysql start

在linux登录后即可输入上述命令,不要再mysql>下面输入。