騰訊雲centos7.2搭建mysql7.5

mysql 安裝 不太熟悉自動安裝mysql後的目錄結構,因此記錄下過程. 參考(很是好用): http://www.javashuo.com/article/p-upyvquco-k.htmlhtml

執行了 wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm 效果以下 [root@VM_0_3_centos ~]# find / -name mysql /usr/lib64/mysql /usr/share/mysql /etc/selinux/targeted/active/modules/100/mysqlmysql

安裝! sudo yum install mysql-serverlinux

安裝前的狀態 [root@VM_0_3_centos yum.repos.d]# rpm -qa | grep mysql mysql-community-release-el7-5.noarch 安裝後的狀態 [root@VM_0_3_centos yum.repos.d]# rpm -qa | grep mysql mysql-community-client-5.6.42-2.el7.x86_64 mysql-community-server-5.6.42-2.el7.x86_64 mysql-community-release-el7-5.noarch mysql-community-libs-5.6.42-2.el7.x86_64 mysql-community-common-5.6.42-2.el7.x86_64sql

mysql的配置文件位置 cat /etc/my.cnfcentos

這篇 https://blog.csdn.net/maosilu_ICE/article/details/78662847,能夠參考下Linux安裝的格式..net

jdk安裝 參考: https://www.cnblogs.com/yunweis/p/8022809.htmlserver

相關文章
相關標籤/搜索