参考:http://www.linuxidc.com/Linux/2015-06/119354.htm cmake编译时,提示错误 CMake Error: The source directory "/tools/mysql-5.6.36-linux-glibc2.5-x86_64" does not appear to contain CMakeLists.txt.Specify --help for usage, or press the help button on the C
MySQL-5.6.36.tar.gz多实例安装 查看官方安装说明 more INSTALL-SOURCE 安装cmake及相关依赖包 yum install -y cmake gcc [root@vhost1 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.0 (Maipo) [root@vhost1 ~]# ls cmake-2.8.8.tar.gz mysql-5.6.36.tar.gz [roo
## 说明 不同服务器需要改变 server_id ,同一台机器上需要改变 port 1. 关闭防火墙[root@mysql ~]# service iptables status --查看防火墙状态[root@mysql ~]# service iptables stop --关闭防火墙[root@mysql ~]# chkconfig iptables off --永久关闭[root@mysql ~]# vim /etc/sysconfig/selinuxSELINUX=disabled 2