Mysql服务端的登录和退出 登录(所有用户都能登录的方式) mysql -h主机名 -P端口号 -u用户名 -p密码 mysql -h localhost -P 3306 -u root -p #可直接加密码(明码显示) 退出 exit