ubuntu 宝塔安装一条龙服务

it2022-05-05  86

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

授权navicat,所有操作,所有表,所有主机权限

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

刷新生效

flush privileges;

转载于:https://www.cnblogs.com/xielisen/p/9929587.html

相关资源:各显卡算力对照表!

最新回复(0)