Install MariaDB in Fedora Linux 페도라 리눅스에 마리아 데이터베이스 설치하기
Linux 2019. 11. 4. 20:05 |반응형
Explains how to install MariaDB in Fedora Linux.
2021.08.28 - [Linux] - Linux(Ubuntu) MariaDB(MySQL) Server Remote Access - 데이터베이스 원격 접
Generate custom MariaDB YUM repository under '/etc/yum.repos.d/' and name the file 'MariaDB.repo' or something similar.
Setting up MariaDB Repositories
With the repo file in place, MariaDB can be installed with:
sudo dnf install MariaDB-server
Start and enable the service.
Open MariaDB Server port.
continues.......
반응형