一.服务端设置 1.启动/关闭服务器 net start mysql net stop mysql 2.登录退出 mysql -u root -p mysql -u root -p20191014 #进入mysql mysql -u root -p716288qwe exit; #退出mysql