2022年3月22日

|NO.Z.00011|——————————|Applications|——|mysql&mariadb&多实例|

摘要: 一、概述关系型数据库常见组件: ### 概述关系型数据库常见组件: ~~~ 数据库:database ~~~ 表:table ~~~ 行:row ~~~ 列:column ~~~ 索引:index ~~~ 视图:view ~~~ 用户:user ~~~ 权限privilege ~~~ 存储过程:pr 阅读全文

posted @ 2022-03-22 19:39 yanqi_vip 阅读(49) 评论(0) 推荐(0)

|NO.Z.00012|——————————|Applications|——————————————————————————————————————

摘要: NO: Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of 阅读全文

posted @ 2022-03-22 19:39 yanqi_vip 阅读(15) 评论(0) 推荐(0)

|NO.Z.00009|——————————|^^ 构建 ^^|——|Mysql&Mariadb&二进制部署配置.V2|

摘要: 附录一: 一、在虚拟机下添加一块空磁盘并创建逻辑卷(用来作为mysql数据库存放生产数据的目录) ### 在虚拟机下添加新磁盘;注册新添加的磁盘: [root@localhost ~]# echo '- - -' > /sys/class/scsi_host/host2/scan [root@loc 阅读全文

posted @ 2022-03-22 19:38 yanqi_vip 阅读(54) 评论(0) 推荐(0)

|NO.Z.00010|——————————|^^ 构建 ^^|——|mysql&mariadb&make|

摘要: 一、源码包下载: ### 源码包下载: ~~~ 地址:https://downloads.mariadb.org/mariadb/10.2.35/ // 选择你要安装的版本; ~~~ 下载源码包:mariadb-10.2.35.tar.gz包 // 源码包比二进制包小好多73.9mb左右 ### 安 阅读全文

posted @ 2022-03-22 19:38 yanqi_vip 阅读(37) 评论(0) 推荐(0)

|NO.Z.00008|——————————|^^ 构建 ^^|——|Mysql&Mariadb&二进制部署配置.V1|

摘要: 一、二进制包下载: ### 二进制包下载: ~~~ 地址:https://downloads.mariadb.org/mariadb/10.2.35/ 选择你要安装的版本; ### 该地址有三种数据格式的文件: ~~~ Source——源码 ~~~ Binaries——二进制 ~~~ Package 阅读全文

posted @ 2022-03-22 19:37 yanqi_vip 阅读(38) 评论(0) 推荐(0)

|NO.Z.00006|——————————|^^ 构建 ^^|——|Mysql&Mariadb&yum部署配置.V2|

摘要: 一、mysql数据库的常用操作: MariaDB [(none)]> use mysqlclone // use把当前访问的数据库切换到目标数据库 Database changed MariaDB [mysqlclone]> show tables; // 查看这个数据库中有哪些表 MariaDB 阅读全文

posted @ 2022-03-22 19:36 yanqi_vip 阅读(42) 评论(0) 推荐(0)

|NO.Z.00007|——————————|^^ 构建 ^^|——|Mysql&Mariadb&yum部署配置.V3|

摘要: 一、mariadb服务器提示符更改: ### mariadb服务器提示符更改: ### 方案一: MariaDB [(none)]> prompt \u@[\D] \r:\m:\s-> // 更改当前的用户提示信息;一次性的,重新登入会丢失 PROMPT set to '\u@[\D] \r:\m: 阅读全文

posted @ 2022-03-22 19:36 yanqi_vip 阅读(36) 评论(0) 推荐(0)

|NO.Z.00004|——————————|Applications|——|Mysql&Mariadb概述.V3|

摘要: 一、概述二: ### 什么是数据库: ### 数据: ~~~ 描述事物的符号记录;可以是数字、文字、图形、声音、语言等。数据有多种形式, ~~~ 他们都有可以经过数字化后存入计算机。 ### 数据库: ~~~ 存储数据的仓库,是长期存放在计算机内、有组织的,可共享的大量的数据集合, ~~~ 数据库中 阅读全文

posted @ 2022-03-22 19:35 yanqi_vip 阅读(31) 评论(0) 推荐(0)

|NO.Z.00003|——————————|Applications|——|Mysql&Mariadb概述.V2|

摘要: 一、SQL概述: ### SQL: structure query language ~~~ 结构化查询语言 ~~~ sql解释器: ~~~ 数据存储协议:应用层协议,C/S ~~~ s:server,监听与套接字,接收并处理客户端的应用请求 ~~~ c:client ~~~ 客户端程序接口:CLI 阅读全文

posted @ 2022-03-22 19:34 yanqi_vip 阅读(16) 评论(0) 推荐(0)

|NO.Z.00002|——————————|Applications|——|Mysql&Mariadb概述.V1|

摘要: 一、概述: ### 课程大纲: ~~~ 关系型数据库基础/安装MySQL/管理数据库和表/用户和权限管理/函数和存储/MySQL架构/ ~~~ 存储引擎/服务器选项,系统和状态变量/优化查询和索引管理/锁和事务管理/日志管理/ ~~~ 备份还原/MySQL集群 ### 数据的时代: ~~~ 设计的数 阅读全文

posted @ 2022-03-22 19:33 yanqi_vip 阅读(33) 评论(0) 推荐(0)

|NO.Z.00001|——————————|^^ 构建 ^^|——|Mysql.V5.7.35|

摘要: 一、centos7安装mysql5.7.27 ### 下载 MySQL yum包 wget http://repo.mysql.com/mysql57-community-release-el7-10.noarch.rpm ### 安装MySQL源 rpm -Uvh mysql57-communit 阅读全文

posted @ 2022-03-22 19:32 yanqi_vip 阅读(28) 评论(0) 推荐(0)

|NO.Z.00000|——————————|Applications|——————————————————————————————————————

摘要: NO: Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of 阅读全文

posted @ 2022-03-22 19:28 yanqi_vip 阅读(11) 评论(0) 推荐(0)

|NO.Z.00000|——————————|Applications|——————————————————————————————————————

摘要: NO: Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of 阅读全文

posted @ 2022-03-22 16:14 yanqi_vip 阅读(13) 评论(0) 推荐(0)

|NO.Z.10000|——————————|Applications|——————————————————————————————————————

摘要: NO: Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of 阅读全文

posted @ 2022-03-22 16:13 yanqi_vip 阅读(7) 评论(0) 推荐(0)

|NO.Z.00055|——————————|^^ 构建 ^^|——|PXE&cobbler&ks模板.V2|

摘要: 一、Cobbler服务构建 ### Cobbler优点: ~~~ 搭建更为简答,管理更为便捷 ~~~ 能够选择系统版本进行安装 ### Cobbler与PXE的不同点: ### Cobbler是什么: ~~~ #Cobbler是红帽公司研发的基于PXE技术的装机服务,可以选择性安装多个不同的操作系统 阅读全文

posted @ 2022-03-22 16:12 yanqi_vip 阅读(46) 评论(0) 推荐(0)

|NO.Z.00056|——————————|^^ 构建 ^^|——|PXE&cobbler&ks模板.V3|

摘要: 附录一: 一、PXE服务构建 ### 注意事项 ~~~ 虚拟环境中注意是否将自带DHCP功能关闭 ~~~ 注意测试安装机器是否将网络与PXE服务器网络对齐 二、安装流程记录 ### 安装环境 yum -y install vsftpd dhcp tftp syslinux tftp-server c 阅读全文

posted @ 2022-03-22 16:12 yanqi_vip 阅读(64) 评论(0) 推荐(0)

|NO.Z.00054|——————————|Applications|——————————————————————————————————————

摘要: NO: Walter Savage Landor:strove with none,for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of 阅读全文

posted @ 2022-03-22 16:12 yanqi_vip 阅读(8) 评论(0) 推荐(0)

|NO.Z.00053|——————————|^^ 构建 ^^|——|PXE&cobbler&ks模板.V1|

摘要: 一、原理 1、定义: ### 定义: ~~~ PXE(Pre-boot Execution Environment)是由Intel设计的协议, ~~~ 它可以使计算机通过网络启动,协议分为client和server两端, ~~~ PXE client在网卡的ROM中,当计算机引导时,BIOS把PXE 阅读全文

posted @ 2022-03-22 16:11 yanqi_vip 阅读(49) 评论(0) 推荐(0)

|NO.Z.00050|——————————|Applications|——|防火墙.V4|——|3台server|

摘要: 一、实验专题.DNAT转换 ### 实验环境 ~~~ HA-server1:10.10.10.11:内网的web服务器 ~~~ HA-server2:10.10.10.12:两块网卡,第一块网卡:10.10.10.12和10.10.10.11相连,第二块网卡:20.20.20.12模拟的是公网IP; 阅读全文

posted @ 2022-03-22 16:10 yanqi_vip 阅读(75) 评论(0) 推荐(0)

|NO.Z.00051|——————————|^^ 构建 ^^|——|Selinux.V1|——|2台server|

摘要: 一、selinux前世今生 1、系统安全评级 ### linux稳定,可靠是它的代名词 ~~~ 安全:windows和linux是一致的;windows被盯上攻击的 ~~~ D C1 C2 B1 B2 B3 A1:对于linux内核来说有一套安全软件评级, ~~~ 从D开始由D向A1去进度,越向又它 阅读全文

posted @ 2022-03-22 16:10 yanqi_vip 阅读(29) 评论(0) 推荐(0)

导航