net start 服务名
net stop 服务名
mysql -u root [-h 服务器ip] -p[密码]
set password for root@localhost='新密码';
exit 或 quit