- 在 GUI 下,可由 系統工具→軟體 中設定
- 輸入關鍵字「mariadb」搜尋後,安裝下列所勾選的 5 個套件
A community developed branch of MySQL
MariaDB benchmark scripts and data
Files for development of MariaDB/MySQL applications
The MariaDB server and related files
The test suite distributed with MariaD
- # systemctl enable mariadb.service
# systemctl start mariadb.service
啟動並開啟 MariaDB 服務
- # mysql -u root -p
以 root 登入 MariaDB
密碼一開始為空