TGTGInsighttelegram intelligenceLIVE / telegram public index
← VmShell VPS Channel
VmShell VPS Channel avatar

TGINSIGHT POST

Post #850

@vmshell

VmShell VPS Channel

Views1,140帖子阅读量
发布2月18日2023/02/18 05:58
Post content

帖子内容

验证成功:Debian10或者11手动安装独立Mysql服务器 有很多VPS的客户并不是全部都喜欢宝塔系统,当然宝塔/AApanel 安装的数据库MYSQL,有启动不成功的风险,所以我们单独测试了此模式手动安装独立数据库服务器用于很多客户的数据备份,具体安装细节如下: 第一步:apt -y update && apt -y install socat dnsutils libaio1 libaio-dev build-essential manpages-dev libncurses5 zip gnupg libaio1 wget curl screen unzip vim curl xz-utils openssl gawk file rpm && screen -S setupscreen 第二步:wget https://repo.mysql.com//mysql-apt-config_0.8.22-1_all.deb && dpkg -i mysql-apt-config_0.8.22-1_all.deb 第三步:再次执行:apt -y update 第四步:安装MYSQL: apt -y install mysql-server 第五步:查看MYSQL工作状态:systemctl status mysql 第六步:systemctl is-enabled mysql 第七步:基本的mysql… https://linuxword.com/?p=3740