Navicat链接腾讯云阿里云服务器mysql

mysql -u root -p
use mysql;
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'root' WITH GRANT OPTION;
flush privileges;
select host,user from user;

Navicat链接腾讯云阿里云服务器mysql
Navicat链接腾讯云阿里云服务器mysql
Navicat链接腾讯云阿里云服务器mysql

相关文章:

  • 2021-12-07
  • 2022-02-07
  • 2021-11-24
  • 2019-12-26
  • 2021-10-16
  • 2022-01-02
  • 2021-08-25
  • 2021-09-14
猜你喜欢
  • 2021-05-23
  • 2021-10-22
  • 2021-04-11
  • 2021-04-24
  • 2021-09-21
  • 2021-04-11
  • 2021-10-22
相关资源
相似解决方案