Linkage Actually I just want to practice my English as more as possbile, instead of 「装B」. During my daily job, I use git a little, and usually, some f ...
分类:
其他好文 时间:
2020-03-17 13:50:54
阅读次数:
71
Centos7二进制文件安装MySQL5.7.25 1、删除centos系统自带的mariadb数据库防止发生冲突 ?12rpm qa|grep mariadbrpm e mariadb libs nodeps 2、安装libaio库 ?1yum y install libaio 3、下载并解压my ...
分类:
数据库 时间:
2020-03-16 12:38:10
阅读次数:
59
Be a man make money It's my only way out Even if there is no congee cooked in the morning There's no bright home I should also be responsible for my o ...
分类:
其他好文 时间:
2020-03-15 23:44:57
阅读次数:
106
一、Docker安装模拟MySQL集群 1、下载镜像 docker pull mysql:5.7 2、创建Master实例并启动 docker run -p 3306:3306 --name mysql-master \ -v /mydata/mysql/master/log:/var/log/my ...
分类:
数据库 时间:
2020-03-15 15:07:03
阅读次数:
74
学习如何判断mysql 线程IO的过程中,发现mysql performance_schema库为空。没有数据,无法对照iotop来判断mysql各个线程的IO情况 经过网上查找资料,发现performance_schema默认是off,没有打开的 通过修改/etc/my.cnf配置文件,设置per ...
分类:
数据库 时间:
2020-03-15 11:39:05
阅读次数:
69
1. 创建数据库字符集 2. 创建表字符集 3. 查看字符集 show variables like '%char%'; 4. 修改my.cnf 添加:character_set_server= utf8 参考链接:https://www.cnblogs.com/wangkaihua/p/10165 ...
分类:
数据库 时间:
2020-03-15 11:33:09
阅读次数:
61
一、首先需要到官方mysql中下载最新版mysql 解压到指定目录如:D:\WinInstall\mysql-8.0.19-winx64 这时候你需要在根目录下创建两个文件,分别是data文件夹和my.ini文件,然后使用编辑器编辑my.ini文件,并在其中添加 mysqld] # 设置3306端口 ...
分类:
数据库 时间:
2020-03-15 00:09:44
阅读次数:
80
本文主要介绍Oracle11g,client及PLSQL的安装过程 一,oracle安装 安装环境:虚拟机win7 64 1.点击目录中 setup.exe文件 2.配置安全更新中,取消通过my oracle support接收安全更新,点击下一步按钮 3.oracle会弹出提示,点击是按钮 4.安 ...
分类:
数据库 时间:
2020-03-14 21:58:03
阅读次数:
71
root@bigdata-159:/usr/local/mysql# ./bin/mysqld -- defaults-file=/etc/my.cnf --initialize --user=mysql./bin/mysqld: error while loading shared librari ...
分类:
数据库 时间:
2020-03-14 21:51:25
阅读次数:
85
只需要: 1 im = Image.fromarray(np.uint8(“你的数组”)) 2 im.convert('RGB').save("MY.jpg",format = 'jpeg') ...
分类:
编程语言 时间:
2020-03-14 18:25:40
阅读次数:
78