明月三千里
转载请注明出处: 作者:神谕。博客地址:http://blog.itpub.net/29773961/。
全部博文(157)
发布时间:2016-04-12 13:18:45
实验平台:CentOS 6.5 mysql版本:5.7.11 社区版①源码安装安装依赖yum install -y cmake gcc gcc-c++ bison automake ncurses-devel与之前版本不同的是,5.7编译源码安装需要依赖boost 1.59可以手动去http://www.boost.org/users/history/version_1_59_0.html下载在linux中:wget .........【阅读全文】
发布时间:2016-04-12 11:08:58
【问题描述】:应用服务器那边发现连不到数据库,查看日志发现报错:selectSQL get mysql connection failed, err:Error: ER_HOST_IS_BLOCKED Host 'xx.xx.xx.xx' is blocked because of many connection errors ……【过程】:进到mysql-client里一看,发现是5.5的版本,跑了一下SELECT count(*) FRO.........【阅读全文】
发布时间:2016-04-08 17:43:01
〇 环境:CentOS 6.5 64bitmysql-server版本:5.7.11〇 背景:mysql 5.7以后,安全性大幅度上升,用习惯了老版本的用户刚使用会有一些不适。如,默认安装后初始密码不为空;或找不到初始密码在哪;再比如,设置新密码会报错ERROR 1819 (HY000): Your password does not satisfy the current policy requirem.........【阅读全文】