摘要: 1. 系统环境: 底层系统:CentOS Linux release 8.1.1911 (Core 负载均衡:192.168.0.115: 9117 web1: 192.168.0.115:9113 web2: 192.168.0.115:9111 注意:关闭selinux, 防火墙 2. dock 阅读全文
posted @ 2020-07-02 16:46 刘小懒 阅读(1283) 评论(0) 推荐(0) 编辑
摘要: # !/usr/bin/python3 # -*- coding: utf-8 -*- # Author: 刘小懒 import pymysql OPTION = { "check_sql_data": "0", "create_tables": "1", "add_sql_data": "2", 阅读全文
posted @ 2020-07-02 16:44 刘小懒 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1安装mariadb数据库 1. 配置阿里云源 参考链接: https://developer.aliyun.com/mirror 2. 使用阿里云源安装mariadb dnf -y install mariadb-server mariadb-client 1.1 .1 使用systemctl进行 阅读全文
posted @ 2020-07-02 11:55 刘小懒 阅读(1079) 评论(0) 推荐(0) 编辑