09 2021 档案

摘要:cmake --cmake [root@localhost mysql_5.7.32_source]# mkdir bld [root@localhost mysql_5.7.32_source]# cd bld[root@localhost bld]# pwd/usr/local/mysql_5. 阅读全文
posted @ 2021-09-27 19:21 HunterHuang 阅读(704) 评论(0) 推荐(0)
摘要:--关闭SeLinuxvi /etc/sysconfig/selinuxsestatus--安装sambayum install -y samba.x86_64 samba-client.x86_64vi /etc/samba/smb.conf--添加以下部分[root] path = /usr/l 阅读全文
posted @ 2021-09-24 10:45 HunterHuang 阅读(110) 评论(0) 推荐(0)
摘要:#!/bin/bashmasterip=${1}masterport=${2}slaveip=${3}slaveport=${4}cat /dev/null > ${slaveip}_${slaveport}_check_resultfor onedb in `mysql -h ${masterip 阅读全文
posted @ 2021-09-15 11:55 HunterHuang 阅读(70) 评论(0) 推荐(0)
摘要:第1章:MySQL 5.7 安装与启停MySQL数据库概述MySQL安装-二进制方式(上)MySQL安装-二进制方式(下)MySQL安装-rpm方式MySQL安装-源码安装方式MySQL启动与停止通过客户端工具连接mysql数据库++通过Python访问MySQL数据库 第2章:MySQL 5.7体 阅读全文
posted @ 2021-09-05 21:48 HunterHuang 阅读(59) 评论(0) 推荐(0)