1. 在Linux的Mysql下执行赋权限操作

grant all privileges on *.* to [email protected]'%' identified by '123456';

2. 刷新Mysql

flush privileges;

3. 在外网下用SqlYog连接

Linux-Mysql的外网连接

相关文章:

  • 2021-12-14
  • 2021-07-16
  • 2022-01-06
  • 2021-12-02
  • 2022-12-23
  • 2021-09-17
  • 2021-11-14
猜你喜欢
  • 2022-12-23
  • 2021-06-07
  • 2021-11-04
  • 2022-01-20
  • 2019-12-18
相关资源
相似解决方案