CentOS7中安裝MariaDB

什么是mariaDB?

  • 在線安裝(慢的要命)
  • RPM離線安裝(CentOS7.X)

在線安裝

  1. 打開官方網(wǎng)站 https://mariadb.org/
    圖1
  2. 點(diǎn)擊Download,跳轉(zhuǎn)到下一頁面
    圖2
  3. 繼續(xù)點(diǎn)擊Download,進(jìn)到下頁
    圖3
  4. 點(diǎn)擊紅框中的[鏈接] (https://downloads.mariadb.org/mariadb/repositories/#mirror=23Media),進(jìn)到一下頁面
    圖4
  5. 根據(jù)自己的服務(wù)器的類型/版本來選擇要安裝的數(shù)據(jù)庫版本.
    按照上述步驟可以在線安裝。

離線安裝

  1. 點(diǎn)擊圖4中的baseurl

    圖5

  2. 點(diǎn)擊rpms, 可以看到一堆rpm包,不要著急积担,繼續(xù)看下一步

    圖6

  3. 打開MariaDB org --> Learn --> [MariaDB Knowledge Base] --> MariaDB Server -->

    Getting, Installing, and Upgrading MariaDB --> MariaDB Binary Packages --> Installing MariaDB RPM Files --> MariaDB Installation (Version 10.1.21) via RPMs on CentOS 7

    最終的url點(diǎn)擊之后揍瑟,就可以看到如下圖所示界面:

    圖7

    本來完全可以提供最終的一個url,提供一步一步點(diǎn)擊的按鈕連接氧苍,是為了方便大家來學(xué)習(xí)路線思路,而不能只拿結(jié)果。

  4. 還記得我們之前第二步看到的一堆rpm包嗎朦拖? 下載第三步方框中的package,當(dāng)然,這個文檔的版本稍有點(diǎn)落后厌衔,但是我們只需要搜索前綴名稱就行了璧帝,比如搜索client:

    圖8

    我們下載最新版本就可以了。
    接下來進(jìn)入正式步驟了哦~:
    在圖7中有Step by step installation:

Step by step installation:

    1. First install all of the dependencies needed. Its easy to do this via YUM packages: yum install rsync nmap lsof perl-DBI nc
    1. rpm -ivh jemalloc-3.6.0-1.el7.x86_64.rpm
    1. rpm -ivh jemalloc-devel-3.6.0-1.el7.x86_64.rpm
    1. rpm -ivh MariaDB-10.1.21-centos7-x86_64-common.rpm MariaDB-10.1.21-centos7-x86_64-compat.rpm MariaDB-10.1.21-centos7-x86_64-client.rpm galera-25.3.19-1.rhel7.el7.centos.x86_64.rpm MariaDB-10.1.21-centos7-x86_64-server.rpm

按照步驟我們開始:

  1. 安裝依賴信息富寿,命令行執(zhí)行:

    [root@iZ2ze7s2v0b78922wia32rZ software]#  yum install rsync nmap lsof perl-DBI nc
    
  2. 安裝我們之前下載的版本jemalloc-3.6.0-1.el7.x86_64.rpm

    [root@iZ2ze7s2v0b78922wia32rZ mariadb]# rpm -ivh jemalloc-3.6.0-1.el7.x86_64.rpm 
    
  3. 安裝jemalloc-devel-3.6.0-1.el7.x86_64.rpm

    [root@iZ2ze7s2v0b78922wia32rZ mariadb]# rpm -ivh jemalloc-devel-3.6.0-1.el7.x86_64.rpm
    
  4. 安裝剩余的mariadb相關(guān)的包睬隶,一定要注意順序.common > compat > client > galera > server

    [root@iZ2ze7s2v0b78922wia32rZ mariadb]# rpm -ivh MariaDB-common-10.4.8-1.el7.centos.x86_64.rpm MariaDB-compat-10.4.8-1.el7.centos.x86_64.rpm MariaDB-client-10.4.8-1.el7.centos.x86_64.rpm galera-4-26.4.3-1.rhel7.el7.centos.x86_64.rpm MariaDB-server-10.4.8-1.el7.centos.x86_64.rpm 
    warning: MariaDB-common-10.4.8-1.el7.centos.x86_64.rpm: Header V4 DSA/SHA1 Signature, key ID 1bb943db: NOKEY
    error: Failed dependencies:
            mariadb-libs < 1:10.1.0 conflicts with MariaDB-compat-10.4.8-1.el7.centos.x86_64
            mariadb-libs is obsoleted by MariaDB-compat-10.4.8-1.el7.centos.x86_64
            libaio.so.1()(64bit) is needed by MariaDB-client-10.4.8-1.el7.centos.x86_64
            libaio.so.1(LIBAIO_0.1)(64bit) is needed by MariaDB-client-10.4.8-1.el7.centos.x86_64
            libaio.so.1(LIBAIO_0.4)(64bit) is needed by MariaDB-client-10.4.8-1.el7.centos.x86_64
            libboost_program_options.so.1.53.0()(64bit) is needed by galera-4-26.4.3-1.rhel7.el7.centos.x86_64
            libaio.so.1()(64bit) is needed by MariaDB-server-10.4.8-1.el7.centos.x86_64
            libaio.so.1(LIBAIO_0.1)(64bit) is needed by MariaDB-server-10.4.8-1.el7.centos.x86_64
            libaio.so.1(LIBAIO_0.4)(64bit) is needed by MariaDB-server-10.4.8-1.el7.centos.x86_64
    

    執(zhí)行之后發(fā)現(xiàn)報錯锣夹,還是在圖7顯示頁面,我們可以看見Step by step installation: 段落結(jié)束之后有這么一句: Here is the error message for dependencies:

    # rpm -ivh MariaDB-10.1.21-centos7-x86_64-common.rpm 
    warning: MariaDB-10.1.21-centos7-x86_64-common.rpm: Header V4 DSA/SHA1 Signature, key ID 1bb943db: NOKEY
    error: Failed dependencies:
       mariadb-libs < 1:10.1.21-1.el7.centos conflicts with MariaDB-common-10.1.21-1.el7.centos.x86_64
    

    是不是和我們的錯誤很相似理疙?按照官方提供的solution就可以解決了晕城。

    后續(xù)還有幾個錯誤,同樣按照官方給出的解決方案處理窖贤,一步一步就搞定了砖顷,如下:

    [root@iZ2ze7s2v0b78922wia32rZ mariadb]# rpm -qa | grep mariadb-libs
    mariadb-libs-5.5.60-1.el7_5.x86_64
    [root@iZ2ze7s2v0b78922wia32rZ mariadb]# rpm -ev --nodeps mariadb-libs-5.5.60-1.el7_5.x86_64
    Preparing packages...
    mariadb-libs-1:5.5.60-1.el7_5.x86_64
    [root@iZ2ze7s2v0b78922wia32rZ mariadb]# rpm -qa | grep mariadb-libs                        
    [root@iZ2ze7s2v0b78922wia32rZ mariadb]# yum install boost-devel.x86_64
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    Resolving Dependencies
    --> Running transaction check
    ...
    Is this ok [y/d/N]: y
    ...
    
    Complete!
    [root@iZ2ze7s2v0b78922wia32rZ mariadb]# rpm --import http://yum.mariadb.org/RPM-GPG-KEY-MariaDB
    

    然后重新回到安裝的第四步:

    [root@iZ2ze7s2v0b78922wia32rZ mariadb]# rpm -ivh MariaDB-common-10.4.8-1.el7.centos.x86_64.rpm MariaDB-compat-10.4.8-1.el7.centos.x86_64.rpm MariaDB-client-10.4.8-1.el7.centos.x86_64.rpm galera-4-26.4.3-1.rhel7.el7.centos.x86_64.rpm MariaDB-server-10.4.8-1.el7.centos.x86_64.rpm 
    error: Failed dependencies:
            libaio.so.1()(64bit) is needed by MariaDB-client-10.4.8-1.el7.centos.x86_64
            libaio.so.1(LIBAIO_0.1)(64bit) is needed by MariaDB-client-10.4.8-1.el7.centos.x86_64
            libaio.so.1(LIBAIO_0.4)(64bit) is needed by MariaDB-client-10.4.8-1.el7.centos.x86_64
            libaio.so.1()(64bit) is needed by MariaDB-server-10.4.8-1.el7.centos.x86_64
            libaio.so.1(LIBAIO_0.1)(64bit) is needed by MariaDB-server-10.4.8-1.el7.centos.x86_64
            libaio.so.1(LIBAIO_0.4)(64bit) is needed by MariaDB-server-10.4.8-1.el7.centos.x86_64
    

    發(fā)現(xiàn)還是報錯?赃梧?滤蝠?

    joke1

    這個是官方在10.4.8中新引入的一個問題,需要下載一個依賴包libaio:

    [root@iZ2ze7s2v0b78922wia32rZ mariadb]# wget http://mirror.centos.org/centos/6/os/x86_64/Packages/libaio-0.3.107-10.el6.x86_64.rpm
    --2019-11-28 10:52:26--  http://mirror.centos.org/centos/6/os/x86_64/Packages/libaio-0.3.107-10.el6.x86_64.rpm
    

    下載成功之后,安裝一下當(dāng)前下載的依賴包:

    [root@iZ2ze7s2v0b78922wia32rZ mariadb]# rpm -ivh libaio-0.3.107-10.el6.x86_64.rpm
    

然后再一次重復(fù)Step 4:

[root@iZ2ze7s2v0b78922wia32rZ mariadb]# rpm -ivh MariaDB-common-10.4.8-1.el7.centos.x86_64.rpm MariaDB-compat-10.4.8-1.el7.centos.x86_64.rpm MariaDB-client-10.4.8-1.el7.centos.x86_64.rpm galera-4-26.4.3-1.rhel7.el7.centos.x86_64.rpm MariaDB-server-10.4.8-1.el7.centos.x86_64.rpm 
Preparing...                          ################################# [100%]
Updating / installing...
   1:MariaDB-compat-10.4.8-1.el7.cento################################# [ 20%]
   2:MariaDB-common-10.4.8-1.el7.cento################################# [ 40%]
   3:MariaDB-client-10.4.8-1.el7.cento################################# [ 60%]
   4:galera-4-26.4.3-1.rhel7.el7.cento################################# [ 80%]
   5:MariaDB-server-10.4.8-1.el7.cento################################# [100%]


Two all-privilege accounts were created.
One is root@localhost, it has no password, but you need to
be system 'root' user to connect. Use, for example, sudo mysql
The second is mysql@localhost, it has no password either, but
you need to be the system 'mysql' user to connect.
After connecting you can set the password, if you would need to be
able to connect as any of these users with a password and without sudo

See the MariaDB Knowledgebase at http://mariadb.com/kb or the
MySQL manual for more instructions.

Please report any problems at http://mariadb.org/jira

The latest information about MariaDB is available at http://mariadb.org/.
You can find additional information about the MySQL part at:
http://dev.mysql.com
Consider joining MariaDB's strong and vibrant community:
https://mariadb.org/get-involved/

終于安裝成功了授嘀。物咳。。

joke2

接下來蹄皱,最后一步配置數(shù)據(jù)庫:

# 啟動mariaDB,(因為mariaDB是mysql作者寫的新的數(shù)據(jù)庫览闰,其實(shí)服務(wù)和mysql是一樣的,所以啟動使用的是下面)
[root@iZ2ze7s2v0b78922wia32rZ ~]# service mysql start
# 安全配置
[root@iZ2ze7s2v0b78922wia32rZ ~]# mysql_secure_installation
# 輸入root密碼巷折,安裝后第一次啟動為空压鉴,直接回車
Enter current password for root (enter for none): 
# step 1: 是否切換到unix_socket安全認(rèn)證,否
Switch to unix_socket authentication [Y/n] n
# step 2: 更改密碼锻拘,選擇修改
Change the root password? [Y/n] y
# step 3: 移除匿名用戶油吭,選擇是
Remove anonymous users? [Y/n] y
# step 4: 是否允許root遠(yuǎn)程登錄,根據(jù)個人需求署拟,因為我是測試服務(wù)器選擇允許
Disallow root login remotely? [Y/n] y
# step 5: 移除test數(shù)據(jù)庫
Remove test database and access to it? [Y/n] y
# step 6: 重新加載權(quán)限表
Reload privilege tables now? [Y/n] y
# 看到下面婉宰,說明成功啦!M魄睢心包!
All done!  If you've completed all of the above steps, your MariaDB
installation should now be secure.
Thanks for using MariaDB!

測試

登錄數(shù)據(jù)庫:

[root@iZ2ze7s2v0b78922wia32rZ ~]# mysql -u root -p

修改root遠(yuǎn)程連接權(quán)限

MariaDB [(none)]> grant all privileges on *.* to 'root'@'%' identified by 'your password';
Query OK, 0 rows affected (0.001 sec)

MariaDB [(none)]> flush privileges;
Query OK, 0 rows affected (0.000 sec)

客戶端遠(yuǎn)程連接

遠(yuǎn)程連接成功示意圖

奔跑的人生 | 博客園 | segmentfault | spring4all | csdn | 掘金 | OSChina | 簡書 | 頭條 | 知乎 | 51CTO

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市馒铃,隨后出現(xiàn)的幾起案子蟹腾,更是在濱河造成了極大的恐慌,老刑警劉巖骗露,帶你破解...
    沈念sama閱讀 206,378評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件岭佳,死亡現(xiàn)場離奇詭異,居然都是意外死亡萧锉,警方通過查閱死者的電腦和手機(jī)珊随,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,356評論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人叶洞,你說我怎么就攤上這事鲫凶。” “怎么了衩辟?”我有些...
    開封第一講書人閱讀 152,702評論 0 342
  • 文/不壞的土叔 我叫張陵螟炫,是天一觀的道長。 經(jīng)常有香客問我艺晴,道長昼钻,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 55,259評論 1 279
  • 正文 為了忘掉前任封寞,我火速辦了婚禮然评,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘狈究。我一直安慰自己碗淌,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,263評論 5 371
  • 文/花漫 我一把揭開白布抖锥。 她就那樣靜靜地躺著亿眠,像睡著了一般。 火紅的嫁衣襯著肌膚如雪磅废。 梳的紋絲不亂的頭發(fā)上纳像,一...
    開封第一講書人閱讀 49,036評論 1 285
  • 那天,我揣著相機(jī)與錄音还蹲,去河邊找鬼爹耗。 笑死耙考,一個胖子當(dāng)著我的面吹牛谜喊,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播倦始,決...
    沈念sama閱讀 38,349評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼斗遏,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了鞋邑?” 一聲冷哼從身側(cè)響起诵次,我...
    開封第一講書人閱讀 36,979評論 0 259
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎枚碗,沒想到半個月后逾一,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,469評論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡肮雨,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,938評論 2 323
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片拷窜。...
    茶點(diǎn)故事閱讀 38,059評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖锡足,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情壳坪,我是刑警寧澤舶得,帶...
    沈念sama閱讀 33,703評論 4 323
  • 正文 年R本政府宣布,位于F島的核電站爽蝴,受9級特大地震影響沐批,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜蝎亚,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,257評論 3 307
  • 文/蒙蒙 一珠插、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧颖对,春花似錦捻撑、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,262評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至个唧,卻和暖如春江解,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背徙歼。 一陣腳步聲響...
    開封第一講書人閱讀 31,485評論 1 262
  • 我被黑心中介騙來泰國打工犁河, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人魄梯。 一個月前我還...
    沈念sama閱讀 45,501評論 2 354
  • 正文 我出身青樓桨螺,卻偏偏與公主長得像,于是被迫代替她去往敵國和親酿秸。 傳聞我的和親對象是個殘疾皇子灭翔,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,792評論 2 345

推薦閱讀更多精彩內(nèi)容