1、安装

https://dev.mysql.com/downloads/windows/installer/

密码设为root

2、环境变量

新建MYSQL_HOME  值C:\Program Files\MySQL\MySQL Server 8.0

更改Path 为%MYSQL_HOME%\bin\;


3、检查

(1)系统服务器

win+R打开运行窗口,输入services.msc,找到MYSQL80,右键启动

(2)以管理员身份运行cmd

mysql下载mysql下载

启动:net start mysql80

停止:net stop mysql80

相关文章:

  • 2022-01-19
  • 2021-07-23
  • 2021-12-05
  • 2021-06-12
  • 2021-09-01
  • 2021-07-08
  • 2021-10-23
猜你喜欢
  • 2021-12-14
  • 2021-08-28
  • 2021-10-03
  • 2021-07-06
  • 2021-07-18
  • 2021-07-01
相关资源
相似解决方案