####ansible 使用剧本一键安装mysql 这里使用的没有联网安装 自己准备了安装包以及依赖关系(安装包都是放在了/sof,yum可以多个共存) `` [root@localhost ~]# createrepo //sof [root@localhost ~]# ls //sof [roo ...
分类:
数据库 时间:
2020-07-01 22:18:59
阅读次数:
105
1、什么是playbook 将多个要执行ansible操作安装顺序整合到一个文件中, 这个文件就是yaml 执行yaml文件的方法是通过ansible-playbook执行 yaml文件中的元素 变量 循环 判断 2、变量 变量命名规则 只能以字母为开头 构成只能有数字、字母、下划线 变量类别 自定 ...
分类:
其他好文 时间:
2020-07-01 20:13:20
阅读次数:
67
配置文件地址: /usr/src/redmine/config/configuration.yml # = Redmine configuration file # # Each environment has its own configuration options. If you are on ...
分类:
其他好文 时间:
2020-07-01 20:11:49
阅读次数:
60
Spring Boot has taken Spring framework to the next level. It has drastically reduced the configuration and setup time required for spring projects. Sp ...
分类:
数据库 时间:
2020-07-01 18:40:39
阅读次数:
64
在学习 Spring 的时候,我们必须得有个整体性的概念。 这个概念就是: Spring 到底是什么? 官网给了如下的介绍: The Spring Framework provides a comprehensive programming and configuration model for m ...
分类:
编程语言 时间:
2020-07-01 16:15:49
阅读次数:
77
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN" "http://m ...
分类:
其他好文 时间:
2020-07-01 15:51:59
阅读次数:
239
先执行:Enable-Migrations,会生成Migrations-》Configuration.cs 再执行:Add-Migrations InitialCreate – IgnoreChanges,会生成空************_InitialCreate.cs,忽略初始化 再执行:Upd ...
分类:
数据库 时间:
2020-07-01 14:24:34
阅读次数:
77
例如: A服务器地址:172.16.1.203 B服务器地址:172.16.1.204 当jenkins 在A 服务器并且用户aa, 控制B 服务器的用户bb的操作 (1)B服务器 用ssh-keyscan命令将公钥添加到本地的known_hosts文件里面去 如:ssh-keyscan 172.1 ...
分类:
其他好文 时间:
2020-07-01 12:52:00
阅读次数:
72
什么是MYSQL数据库 MySQL是一个关系型数据库管理系统,由瑞典MySQL AB 公司开发,目前属于 Oracle 旗下产品。MySQL 是最流行的关系型数据库管理系统之一,在 WEB 应用方面,MySQL是最好的 RDBMS (Relational Database Management Sy ...
分类:
数据库 时间:
2020-07-01 12:35:14
阅读次数:
71
1.修改主 vim /etc/my.cnf文件 # For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html ...
分类:
数据库 时间:
2020-06-30 20:27:13
阅读次数:
69