需要安装Microsoft Visual C++ 2013 Redistributable(x64) 和 Microsoft Visual C++ 2013 Redistributable(x86) 

远程连接不上可以看https://www.haorooms.com/post/mysql_1130 ,关闭防火墙后执行

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '您的数据库密码' WITH GRANT OPTION;
flush privileges;


相关文章:

  • 2021-06-03
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2021-12-03
  • 2021-06-12
猜你喜欢
  • 2022-12-23
  • 2021-12-28
  • 2021-07-30
  • 2021-08-30
  • 2022-12-23
  • 2021-05-28
相关资源
相似解决方案