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