MySQL
文章平均质量分 87
Derek_Yam
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS7 LNMP 安装
1、安装MySQL下载解压MySQL安装包[root@localhost src]# wget https://cdn.mysql.com//Downloads/MySQL-5.5/mysql-5.5.60-linux-glibc2.12-x86_64.tar.gz[root@localhost src]# tar -zxvf mysql-5.5.60-linux-glibc2.12-...原创 2018-07-21 02:36:11 · 298 阅读 · 0 评论 -
CentOS7 LAMP 安装
自己学习一下怎么安装LAMP环境,新手一枚,有很多地方参考了别人的经验,有错误的地方望指正1.安装Apache[root@localhost src]# wget http://mirrors.hust.edu.cn/apache//httpd/httpd-2.4.33.tar.gz[root@localhost src]# tar -xf httpd-2.4.33.tar.gz编...原创 2018-07-18 18:41:39 · 409 阅读 · 0 评论 -
MySQL主从复制与读写分离
环境:主数据库服务器:192.168.10.9从数据库服务器:192.168.10.8Amoeba服务器:192.168.10.3一、主从复制配置配置主数据库服务器编辑mysql配置文件。[root@localhost ~]# vim /etc/my.cnf 查看[mysqld]部分是否有如下配置,没有就给加上。log-bin=mysql-binserver-...原创 2018-08-08 02:10:40 · 262 阅读 · 0 评论
分享