C:\Program Files\mysql-5.7.24-winx64\bin>mysqld --install

mysqld --remove //删除mysql服务
mysqld --install //安装mysql服务
mysqld --initialize-insecure
net start mysql

 

set password for root@localhost = password('123456');  

相关文章:

  • 2022-12-23
  • 2021-10-11
  • 2022-02-07
  • 2022-02-07
  • 2022-12-23
  • 2022-01-22
  • 2021-04-02
  • 2021-05-15
猜你喜欢
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2021-12-09
  • 2022-12-23
  • 2021-06-20
相关资源
相似解决方案