[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.
[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