0%

[MariaDB] CentOS 安裝最新版 MariaDB

前言

通常 CentOS 官方的 repository 不會隨著各個套件更新到最新,因為對於伺服器對外服務來說,穩定版的套件才是是最重要的。但需要使用最新版本的 MariaDB 的話要怎麼辦呢?來看看如何做吧!

環境

  • CentOS 8.2

新增 repository

新增一個檔案 /etc/yum.repos.d/MariadDB.repo 其內容如下。這裡要特別說明一下,若版本是選擇 x.x,則會安裝 x.x 版中最新的那個版本,像現在這個當下,在 10.5 中最新版本是 10.5.5;若想要下載 10.5.4 怎麼辦呢?很簡單!10.5 改為 10.5.4 就好了。

1
2
3
4
5
6
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.5/centos8-amd64
module_hotfixes=1
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

確認 repository 有加入成功,若有看到 MariaDB 就可以開始安裝了喲!

1
2
3
4
5
6
7
8
[user@localhost ~]$ sudo dnf makecache
CentOS-8 - AppStream
CentOS-8 - Base
CentOS-8 - Extras
MariaDB
Extra Packages for Enterprise Linux Modular 8 - x86_64
Extra Packages for Enterprise Linux 8 - x86_64
Metadata cache created.

安裝

詳細安裝與設定步驟可以參考 [MySQL] CentOS 8 安裝 MySQL 8.0 與更改 root 密碼

1
[user@localhost ~]$ sudo dnf install mariadb-server mariadb

檢查版本

Version 欄位可以看到是目前最新的版本 10.5.5

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[user@localhost ~]$ rpm -qi MariaDB-server
Name : MariaDB-server
Version : 10.5.5
Release : 1.el8
Architecture: x86_64
Install Date: Wed 23 Sep 2020 03:43:14 PM CST
Group : Applications/Databases
Size : 132924528
License : GPLv2
Signature : DSA/SHA1, Sat 08 Aug 2020 10:10:11 AM CST, Key ID cbcb082a1bb943db
Source RPM : MariaDB-server-10.5.5-1.el8.src.rpm
Build Date : Sat 08 Aug 2020 12:27:40 AM CST
Build Host : rhel8-amd64
Relocations : (not relocatable)
Vendor : MariaDB Foundation
URL : http://mariadb.org
Summary : MariaDB: a very fast and robust SQL database server
Description :
MariaDB: a very fast and robust SQL database server

It is GPL v2 licensed, which means you can use the it free of charge under the
conditions of the GNU General Public License Version 2 (http://www.gnu.org/licenses/).

MariaDB documentation can be found at https://mariadb.com/kb
MariaDB bug reports should be submitted through https://jira.mariadb.org
很高興能在這裡幫助到您,歡迎登入 Liker 為我鼓掌 5 次,或者成為我的讚賞公民,鼓勵我繼續創造優質文章。
以最優質的內容回應您的鼓勵