大话西游龙族客户端+服务端+修改文件+教程
linux7.2 64
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
安装 nginx1.17 mysql5.6 redis5.0 php5.6(redis扩展)
宝塔开放1-65535端口
数据库密码设置成 123456 或者其他
mysql -uroot -p123456
grant all privileges on *.* to 'root'@'%' identified by '123456';
创建xy2数据库,导入xy2.sql
|