最近有一篇訪問<MariaDB, MySQL 創辦人 Michael Widenius說:「沒有任何理由再用MySQL」>,MySQL創辦人說明MySQL自從落入Oracle之後,逐漸走向封閉,對未來的規劃不清晰,對安全性的問題反應也不夠快速。
同時, Michael Widenius建議使用MariaDB,推薦理由的簡短版本是:
開發團隊擁有豐富的MySQL開發經驗。
比MySQL更多的功能
更快
更穩定
較少的安全性問題。
至於完整版的MariaDB vs. MySQL,可以看這裡:https://kb.askmonty.org/en/mariadb-vs-mysql-features/
當然關鍵在於,能不能無痛從MySQL移轉到MariaDB呢?
訪談中, Michael Widenius是這麼說的:
Just de-install MySQL and install MariaDB instead. All your all tools, connectors will work. You also don't have to dump/restore data. The format and file names are identical.
也就是說,移掉MySQL,裝上MariaDB,就打完收工了,其他的和過去的完全一樣。這樣也真的是完全無痛了。
MariaDB官網:https://mariadb.org/
MariaDB的Wiki:http://zh.wikipedia.org/wiki/MariaDB
相關介紹:
MySQL 的衍生版本 - Percona、MariaDB、MySQL branch at Google - 2012
MariaDB併入SkySQL,MySQL老班底團圓大反撲!
安裝 MariaDB
Ubuntu 12.04 安裝 MariaDB
Windows下如何安装MariaDB
使用yum安装MariaDB
Gentoo 從 MySQL 5.1 升級 MariaDB 5.5.x
推薦自己寫的文章
Galera Cluster for MySQL Multi-master Replication
http://blog.wu-boy.com/2013/03/galera-cluster-for-mysql-multi-master-replication/
這個軟體目前正在研究中
請教一下,它有像「mysqladmin」一樣的管理介面的東東嗎??
有這個:HeidiSQL
任何可以用在 MySQL 的管理工具,都可以拿來用在 MariaDB 上面,沒有任何 gap (當然,版本號要有相容)。