1、修改支持root用户允许远程连接mysql数据库

一、给与root权限;
 grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;

刷新权限配置
flush privileges;

二、查看系统用户

腾讯云-宝塔安装的mysql 无法链接的问题

 

相关文章:

  • 2022-12-23
  • 2021-09-15
  • 2021-10-11
  • 2022-02-12
  • 2021-10-30
  • 2021-06-06
  • 2021-12-30
  • 2021-10-13
猜你喜欢
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
  • 2021-04-30
  • 2022-12-23
相关资源
相似解决方案