启动MySQL服务 net start mysql 停止MySQL服务 net stop mysql
net start mysql
net stop mysql
连接 mysql -uroot -h127.0.0.1 -ppassword 断开链接 quit
mysql -uroot -h127.0.0.1 -ppassword
quit