ubuntu 安装
1, wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh
2, 阿里云安全组打开相关端口
3, 数据库配置允许远程端口 my.cnf
4, 设置数据库访问权限

grant all privileges on . to 'navicat'@'%' identified by '123456';

刷新生效

flush privileges;

相关文章:

  • 2021-12-18
  • 2021-11-12
  • 2021-12-25
  • 2021-12-30
  • 2021-11-27
  • 2021-09-22
猜你喜欢
  • 2021-03-30
  • 2021-11-24
  • 2021-10-20
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
相关资源
相似解决方案