欧美一区二区三区老妇人-欧美做爰猛烈大尺度电-99久久夜色精品国产亚洲a-亚洲福利视频一区二区

Centos7.1部署mysql-5.6.34(筆記)

這里安裝我用的的是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/

 

1、解決相關(guān)依賴問題,否則初始化數(shù)據(jù)庫會出現(xiàn)錯誤
yum install -y perl-Module-Install.noarch libaio*

2、解壓軟件包到/usr/local/src
tar xf mysql-5.6.34-linux-glibc2.5-x86_64.tar.gz -C /usr/local/src/

 

3、設(shè)置mysql

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/
#創(chuàng)建用戶給予權(quán)限
useradd  mysql  -s /sbin/nologin
chown  -R mysql.mysql  ./* –R
#創(chuàng)建mysql的數(shù)據(jù)目錄
mkdir /data/mysql && chown  mysql.mysql /data/mysql –R
#初始化mysql
/usr/local/mysql/scripts/mysql_install_db  --user=mysql --datadir=/data/mysql --basedir=/usr/local/mysql/
#拷貝mysql的啟動文件以及配置文件
cp /usr/local/mysql/support-files/mysql.server /etc/init.d/mysql
cp /usr/local/mysql/my.cnf  /etc/my.cnf
#設(shè)置mysql的環(huán)境變量
ln -sv /usr/local/mysql/bin/mysql /usr/bin/
#最后啟動mysql即可
/etc/init.d/mysql restart
#訪問mysql
[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)

外貿(mào)網(wǎng)站制作