其他

退出和关闭

  1. 退出MySQL(命令行)
quit;
exit;
  1. 关闭Mysql(服务)
shutdown;
  1. 重启mysql服务(shell)
service mysqld restart