首次发文刚学2个月的小白在VM上练习主从复制时候遇到了一个错误:ERROR2026(HY000):SSLconnectionerror:protocolversionmismatch在查看Firewalls和selinux都关闭后,无奈了反复连接都是这个错误,换了服务器连接还是提示同样的错误,崩溃了最后解决方法是在主从服务器上分别在/etc/my.cnf文件下加入一行代码skip_ssl注意是两个
分类:
数据库 时间:
2018-03-20 13:55:26
阅读次数:
2883
下载安装包 到官网下载MariaDB 10.2系列稳定版的源码包 选择源码包 点击链接后页面会跳到下载页面,页面中有个信息表格可以填写,这里我们就直接跳过,点击 No thanks, just take me to the download,保存源码包 把源码包保存到: 解压: 编译前准备工作 安装 ...
分类:
数据库 时间:
2018-03-17 19:45:38
阅读次数:
270
转自:http://www.cnblogs.com/zhaoqingqing/p/6533019.html 问题描述 带动作的Fbx文件导入Unity之后,动作名字为Take 001,如下所示: 在max那边是没有办法改名的,只能在Unity中改名。 方法1 1. 选中动画文件,按Ctrl + D, ...
分类:
其他好文 时间:
2018-03-15 13:16:17
阅读次数:
202
Exchanger是双向的数据传输,2个线程在一个同步点,交换数据。先到的线程会等待第二个线程执行exchangeSynchronousQueue,是2个线程之间单向的数据传输,一个put,一个take。 先举个例子说明一下如何使用 再看一下内部结构 关键技术点1:CacheLine填充 交换数据的 ...
分类:
编程语言 时间:
2018-03-14 18:13:37
阅读次数:
201
mysql 密码丢失解决方法1.关闭mysql2.以忽略授权登录验证,启动mysqlmysqld_safe --skip-grant-tables --user=mysql --skip-grant-tables 表示忽略授权表验证 3.用update更改mysql数据库密码 更改mysql的 ro ...
分类:
数据库 时间:
2018-03-12 14:12:51
阅读次数:
171
Do you think you are goingNo Wherein Life? STOP! Take a deep breathe THINK! New York is three hours ahead of California, but that does not make Califo... ...
分类:
其他好文 时间:
2018-03-12 11:06:06
阅读次数:
403
The bored BaoBao is playing a number game. In the beginning, there are numbers. For each turn, BaoBao will take out two numbers from the remaining num ...
分类:
其他好文 时间:
2018-03-10 18:47:21
阅读次数:
367
There are a total of n courses you have to take, labeled from 0 to n - 1. Some courses may have prerequisites, for example to take course 0 you have t ...
分类:
其他好文 时间:
2018-03-09 10:40:21
阅读次数:
166
There are a total of n courses you have to take, labeled from 0 to n - 1. Some courses may have prerequisites, for example to take course 0 you have t ...
分类:
其他好文 时间:
2018-03-09 10:38:27
阅读次数:
201
Mysql修改密码的方式如果忘记密码--skip-grant-tables 1、alter user alter user test@'localhost' identified by 'xxxx!';2、grant show grants for test
分类:
数据库 时间:
2018-03-08 17:22:51
阅读次数:
213