摘要: 1、LAMP 环境搭建 初次安装可以先关闭selinux 和 firewall 1.1 mariadb数据库安装,启动、加入启动项 更改mysql root初始密码: mysql> set password for root@localhost = password('123'); mysql> f 阅读全文
posted @ 2019-02-24 17:02 kting8888 阅读(861) 评论(0) 推荐(0)
摘要: 以centos7为例 ,以 修改为阿里的yum源 1. 备份本地yum源 2.获取阿里yum源配置文件 [cloud] name=CentOS-$releasever - Base - mirrors.aliyun.com failovermethod=priority baseurl=http:/ 阅读全文
posted @ 2019-02-21 08:59 kting8888 阅读(326) 评论(0) 推荐(0)