MariaDB
CentOS 裝 MariaDB 10
圖片來自 Stackscale一樣因為 CentOS 自帶的 MariaDB 太舊,改用 CentOS Software Collections 提供的 MariaDB 10。這篇參考〈How to Install and Configure a LEMP Stack using...
設定 MariaDB / MySQL 真・UTF-8 編碼
MariaDB 遺傳了 MySQL 的老問題,utf8 是假的 UTF-8,utf8mb4 才是真的 UTF-8,必須改一下 MariaDB 的設定檔才能正確的指定使用真・UTF-8 編碼。