# 下载地址 # https://dev.mysql.com/downloads/mysql/ # 解压 unzip mysql-5.7.xx-winx64.zip # 初始化 cd mysql-5.7.xx-winx64\bin mysqld --initialize-insecure
22
2020
01
windows安装mysql (通过zip安装)
作者:water | 分类:other | 浏览:974 | 评论:0
17
2020
01
03
2020
01
redhat安装mysql (分布式数据库系统)
# 清理原有的mysql数据库 # https://dev.mysql.com/downloads/repo/yum/ # rpm下载地址 # 下载 mysql80-community-release-el7-11.noarch.rpm # 安装 yum repo文件并更新 yum 缓存 rpm -ivh mysql57-community-release-el7-11.noarch.rpm yum clean all yum makecache
作者:water | 分类:other | 浏览:1015 | 评论:0
03
2020
01
redhat安装mycat (分布式数据库系统)
# mycat下载地址: # http://dl.mycat.io/ # 书籍: # http://www.mycat.io/document/mycat-definitive-guide.pdf # 官网: # http://www.mycat.io/ # jdk下载地址: # https://repo.huaweicloud.com/java/jdk/
作者:water | 分类:other | 浏览:1001 | 评论:0
03
2020
01
redhat安装FastDFS的nginx插件 (分布式文件系统) (下)
# https://github.com/happyfish100/ # 下载地址 # fastdfs-nginx-module-master.zip # 下载这个文件
作者:water | 分类:other | 浏览:972 | 评论:0
03
2020
01
redhat安装FastDFS (分布式文件系统) (上)
# 下载文件 # https://github.com/happyfish100/ # 下载地址 # libfastcommon-master.zip # 库 # fastdfs-master.zip # 主程序 # fastdfs-nginx-module-master.zip # nginx插件 # fastdfs-client-java-master.zip # java代码demo # 准备工作 yum install gcc-c++ yum install unzip # 安装libfastcommon unzip libfastcommon-master.zip cd libfastcommon-master ./make.sh ./make.sh install
作者:water | 分类:other | 浏览:970 | 评论:0
02
2020
01
redhat安装keepalived (HA)
wget https://www.keepalived.org/software/keepalived-2.0.19.tar.gz tar -xzvf keepalived-x.x.xx.tar.gz cd keepalived-x.x.xx ./configure make make install mkdir /etc/keepalived cp keepalived/etc/keepalived/keepalived.conf /etc/keepalived/
作者:water | 分类:other | 浏览:934 | 评论:0