-- //mysql的zip格式的安装

mysqld --INSTALL                 -- -- //安装mysql服务器 格式是zip的压缩包
net START mysql                   -- -- //开启mysql服务器
net STOP mysql                     -- -- //停止mysql服务器
mysqld --REMOVE                 -- -- //移除mysql服务器
mssqld -hlocalhost -uroot -pzxw123     -- -- //登陆本地mysql服务器 账号root 密码zxw123