這里安裝我用的的是MySQL二進制包,主要減少編譯安裝的時間,當然快的還有yum的安裝方式。

創(chuàng)新互聯(lián)成立于2013年,先為岳塘等服務(wù)建站,岳塘等地企業(yè),進行企業(yè)商務(wù)咨詢服務(wù)。為岳塘企業(yè)網(wǎng)站制作PC+手機+微官網(wǎng)三網(wǎng)同步一站式服務(wù)解決您的所有建站問題。
mysql個版本下載地址:http://mirrors.sohu.com/mysql/
yum install -y perl-Module-Install.noarch libaio*
tar xf mysql-5.6.34-linux-glibc2.5-x86_64.tar.gz -C /usr/local/src/
cd /usr/local/src/mysql-5.6.34-linux-glibc2.5-x86 ln -sv /usr/local/src/mysql-5.6.34-linux-glibc2.5-x86_64 /usr/local/mysql cd /usr/local/mysql/
useradd mysql -s /sbin/nologin chown -R mysql.mysql ./* –R
mkdir /data/mysql && chown mysql.mysql /data/mysql –R
/usr/local/mysql/scripts/mysql_install_db --user=mysql --datadir=/data/mysql --basedir=/usr/local/mysql/
cp /usr/local/mysql/support-files/mysql.server /etc/init.d/mysql cp /usr/local/mysql/my.cnf /etc/my.cnf
ln -sv /usr/local/mysql/bin/mysql /usr/bin/
/etc/init.d/mysql restart
[root@localhost ~]# /usr/local/mysql/bin/mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 6 Server version: 5.6.34 MySQL Community Server (GPL) Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql>
新聞標題:Centos7.1部署mysql-5.6.34(筆記)
網(wǎng)站URL:http://chinadenli.net/article8/ggjjop.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站內(nèi)鏈、靜態(tài)網(wǎng)站、定制開發(fā)、品牌網(wǎng)站設(shè)計、建站公司、ChatGPT
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)