author : headsen chen date : 2017-12-04 10:32:44 notice :This article is created by headsen chen himself and not allowed to copy.or you will be treated on law question: centos6上自带的是Java.1.7,已经源码包安装了Java-1.8.0_66,但是系统默认的还是Java 1.7.0,启动不了elasticsear…
centos6.5上安装5.7版本的mysql https://www.cnblogs.com/lzj0218/p/5724446.html 设置root可以在本机以外的机器访问 mysql -uroot -ppassword > use mysql> select host , user from user;> update user set host = '%' where user = 'root';> select host , user from user; 修改root…