MySQL免安装版使用

先配置环境变量:

加入到path中,步骤略


1:启用/停止服务

net start mysql  /// net stop mysql
2:控制台模式启动

 mysqld   --console

你可能感兴趣的:(mysql,Path)