2015年8月10日 星期一

安裝 MariaDB

  1. 在 GUI 下,可由 系統工具軟體 中設定

     
  2. 輸入關鍵字「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

     
  3. # systemctl enable mariadb.service
    # systemctl start mariadb.service

    啟動並開啟 MariaDB 服務

     
  4. # mysql -u root -p
    root 登入 MariaDB
    密碼一開始為空