MariaDB - 维基百科,自由的百科全书
此条目或章节需要時常更新。有關事物或許會隨著時間而有所變化。 |
開發者 | MariaDB Corporation Ab MariaDB Foundation |
---|---|
首次发布 | 2009年1月22日 |
当前版本 | |
源代码库 | |
编程语言 | C語言、C++、Perl、Bash |
操作系统 | MacOS、Windows、Solaris、Linux、 MacOS、Unix BSD[4] |
语言 | 英语 |
类型 | RDBMS |
许可协议 | GNU通用公共许可证#GPLv2(第2版) GNU宽通用公共许可证(客户端库)[5] |
网站 | mariadb mariadb |
MariaDB是MySQL關聯式資料庫管理系統的一个分叉,由社区开发,有商业支持,旨在继续保持在GNU GPL下开源。MariaDB的开发是由MySQL的一些原始开发者领导的,他们担心甲骨文公司收购MySQL后会有一些隐患。[6]
MariaDB打算保持与MySQL的高度兼容性,与MySQL API和命令精确匹配。[7] MariaDB自带了一个新的存储引擎Aria,它可以替代MyISAM,成为默认的事务和非事务引擎。[8] 它最初使用XtraDB作为默认存储引擎,[9] 并从10.2版本切换回InnoDB。[10]
它的首席开发人员是米卡埃爾·維德紐斯,他是MySQL AB的创始人之一,也是Monty Program AB的创始人。2008年1月16日,MySQL AB 宣布它已经同意被昇陽電腦集团以大约10亿美元的价格收购。该项收购已于2008年2月26日完成。MariaDB是以Monty的小女儿Maria命名的,就像MySQL是以他另一个女儿My命名的一样。[11]
版本
[编辑]MariaDB直到5.5版本,均依照MySQL的版本。因此,使用MariaDB5.5的人会从MySQL 5.5中了解到MariaDB的所有功能。
從2012年11月12日起釋出的10.0.0版開始,不再依照MySQL的版號。10.0.x版以5.5版為基礎,加上移植自MySQL 5.6版的功能和自行開發的新功能。
版本 | 原始发布日期 | 最新版本 | 发布日期 | 状态 | |
---|---|---|---|---|---|
5.1 | 2009年10月29日[12] | 5.1.67 | 2013年1月30日[13] | Stable (GA) | |
5.2 | 2010年4月10日[14] | 5.2.14 | 2013年1月30日[15] | Stable (GA) | |
5.3 | 2011年7月26日[16] | 5.3.12 | 2013年1月30日[17] | Stable (GA) | |
5.5 | 2012年2月25日[18] | 5.5.68 | 2020年5月12日[19] | Stable (GA) | |
10.0 | 2012年11月12日[20] | 10.0.38 | 2019年1月31日[21] | Stable (GA) | |
10.1 | 2014年6月30日[22] | 10.1.48 | 2020年11月4日[23] | Stable (GA) | |
10.2 | 2016年4月18日[24] | 10.2.44 | 2022年5月20日[25] | Stable (GA) | |
10.3 | 2017年4月16日[26] | 10.3.39 | 2023年5月10日[27] | Stable (GA) | |
10.4 | 2018年11月9日[28] | 10.4.34 | 2024年5月16日[29] | Stable (GA) | |
10.5 | 2019年12月3日[30] | 10.5.26 | 2024年8月12日[31] | Stable (GA) | |
10.6 | 2021年4月26日[32] | 10.6.19 | 2024年8月12日[31] | Stable (GA) | |
10.7 | 2021年9月17日[33] | 10.7.8 | 2023年2月6日[34] | Stable (GA) | |
10.8 | 2021年12月22日[35] | 10.8.8 | 2023年5月10日[27] | Stable (GA) | |
10.9 | 2022年3月23日[36] | 10.9.8 | 2023年8月14日[29] | Stable (GA) | |
10.10 | 2022年6月23日[37] | 10.10.7 | 2023年11月13日 | Stable (GA) | |
10.11 | 2022年9月26日[38] | 10.11.9 | 2024年8月12日[31] | Stable (GA) | |
11.0 | 2022年12月27日 | 11.0.6 | 2024年5月16日[29] | Stable (GA) | |
11.1 | 2023年3月27日 | 11.1.6 | 2024年8月12日[31] | Stable (GA) | |
11.2 | 2023年6月20日 | 11.2.5 | 2024年8月12日[31] | Stable (GA) | |
11.3 | 2023年9月20日 | 11.3.2 | 2024年2月20日 | Stable (GA) | |
11.4 | 2023年12月24日 | 11.4.3 | 2024年8月12日 | Stable (GA) | |
11.5 | 2024年3月18日 | 11.5.2 | 2024年8月12日 | Stable (GA) | |
11.6 | 2024年6月26日 | 11.6.1 | 2024年8月12日 | RC | |
格式: 舊版本 舊版本,仍被支援 当前版本 最新的预览版 |
第三方软件
[编辑]MariaDB的API和协议兼容MySQL,另外又添加了一些功能,以支持原生的非阻塞操作和进度报告。这意味着,所有使用MySQL的连接器、程式库和应用程序也将可以在MariaDB下工作。在此基础上,由于担心甲骨文MySQL的一个更加封闭的软件项目,Fedora等Linux发行版已经在最新版本中以MariaDB取代MySQL[39],维基媒体基金会的服务器同样也使用MariaDB取代了MySQL[40]。
如下是支持MariaDB的工具:
客户端
[编辑]- DBEdit 一个免费的MariaDB数据库和其他数据库管理应用程序。
- Navicat 一系列Windows、Mac OS X、Linux下专有数据库管理应用程序。
- HeidiSQL 一个Windows上自由和开放源码的MySQL客户端。它支持MariaDB的5.2.7版本和以后的版本。[41][42]
- phpMyAdmin 一个基于网络的MySQL数据库管理应用程序
应用
[编辑]以下应用程序对MariaDB给予官方支持:[43]
重要用户
[编辑]- LAMP stack
- Arch Linux[44]
- Chakra Linux[45]
- Fedora(从Fedora 19起)[46]
- CentOS[47]
- Google[48][49]
- Mozilla基金会[50]
- OpenBSD[51][52] (from 5.7)
- openSUSE(从openSUSE 12.3起)[53]
- Oracle Linux(从第7版起)
- Red Hat Enterprise Linux(从RHEL 7起)[54]
- Slackware[55]
- SaltOS[56]
- Web Of Trust[57]
- WPN-XM[58]
- Zimbra(从8.5起)[59]
- 维基媒体基金会[60]
书籍
[编辑]- MariaDB Crash Course, Ben Forta, Addison Wesley, 2011, ISBN 0-321-79994-1
参考文献
[编辑]- 引用
- ^ MariaDB 11.6.0 Release Notes.
- ^ MariaDB 11.6.1 Release Notes.
- ^ MariaDB 11.5.2 Release Notes.
- ^ Download MariaDB: TX, AX, Connectors, Bundles, apt/yum. MariaDB. [2018-10-30]. (原始内容存档于2019-01-23).
- ^ MariaDB licenses. [2016-04-14]. (原始内容存档于2014-03-12).
- ^ Dead database walking: MySQL's creator on why the future belongs to MariaDB - MariaDB, open source, mysql, Oracle. Computerworld. [2013-09-11]. (原始内容存档于2016-02-21).
- ^ MariaDB versus MySQL - Compatibility. MariaDB KnowledgeBase. [17 September 2014]. (原始内容存档于2020-09-16).
- ^ Aria FAQ. MariaDB KnowledgeBase. [17 September 2014]. (原始内容存档于2019-03-31).
- ^ About XtraDB. MariaDB KnowledgeBase. [17 September 2014]. (原始内容存档于2019-03-31).
- ^ Why does MariaDB 10.2 use InnoDB instead of XtraDB?. MariaDB KnowledgeBase. [14 January 2019]. (原始内容存档于2019-03-31).
- ^ Why is the project called MariaDB?. MariaDB KnowledgeBase. [17 September 2014]. (原始内容存档于2020-09-16).
- ^ MariaDB 5.1.38 Release Notes. [2015-09-21]. (原始内容存档于2016-02-27).
- ^ MariaDB 5.1.67 Release Notes. [2015-09-21]. (原始内容存档于2016-02-27).
- ^ MariaDB 5.2.0 Release Notes. [2015-09-21]. (原始内容存档于2016-02-27).
- ^ MariaDB 5.2.14 Release Notes. [2015-09-21]. (原始内容存档于2016-02-27).
- ^ MariaDB 5.3.0 Release Notes. [2015-09-21]. (原始内容存档于2016-02-27).
- ^ MariaDB 5.3.12 Release Notes. [2015-09-21]. (原始内容存档于2015-09-23).
- ^ MariaDB 5.5.20 Release Notes. [2015-09-21]. (原始内容存档于2019-07-31).
- ^ MariaDB 10.4.13, 10.3.23, 10.2.32, 10.1.45 and 5.5.68 now available . [2020-05-13]. (原始内容存档于2020-05-16).
- ^ MariaDB 10.0.0 Release Notes. [2015-09-21]. (原始内容存档于2016-01-27).
- ^ MariaDB 10.0.38, MariaDB Connector/J 2.4.0 and MariaDB Connector/Node.js 2.0.3 now available. [2019-03-26]. (原始内容存档于2019-03-27).
- ^ MariaDB 10.1.0 Release Notes. [2015-09-21]. (原始内容存档于2016-01-05).
- ^ MariaDB 10.5.7, 10.4.16, 10.3.26, 10.2.35 and 10.1.48 now available. [2020-11-04]. (原始内容存档于2020-11-04).
- ^ MariaDB 10.2.0 Release Notes. [2016-09-28]. (原始内容存档于2016-06-16).
- ^ MariaDB 10.9.1, 10.8.3, 10.7.4, 10.6.8, 10.5.16, 10.4.25, 10.3.35 and 10.2.44 now available. [2022-05-23]. (原始内容存档于2022-05-25).
- ^ MariaDB 10.3.0 Release Notes. [2017-04-23]. (原始内容存档于2017-04-24).
- ^ 27.0 27.1 MariaDB 10.11.3, 10.10.4, 10.9.6, 10.8.8, 10.6.13, 10.5.20, 10.4.29 and 10.3.39 now available. [2023-05-10]. (原始内容存档于2023-05-10).
- ^ MariaDB 10.4.0 Release Notes. [2018-11-15]. (原始内容存档于2019-02-17).
- ^ 29.0 29.1 29.2 MariaDB 11.2.4, 11.1.5, 11.0.6, 10.11.8, 10.6.18, 10.5.25, 10.4.34 now available. [2024-05-21]. (原始内容存档于2024-05-21).
- ^ MariaDB 10.5.0 Now Available. [2019-12-03]. (原始内容存档于2019-08-08).
- ^ 31.0 31.1 31.2 31.3 31.4 MariaDB 11.6.1, 11.5.2, 11.4.3, 11.2.5, 11.1.6, 10.11.9, 10.6.19 and 10.5.26 now available. [2024-08-12].
- ^ MariaDB 10.6.0 now available. [2021-04-26]. (原始内容存档于2021-04-26).
- ^ 10.7.0 Comes As Preview Releases. [2021-11-10]. (原始内容存档于2021-11-09).
- ^ MariaDB 10.10.3, 10.9.5, 10.8.7, 10.7.8, 10.6.12, 10.5.19, 10.4.28 and 10.3.38 now available. [2023-02-06]. (原始内容存档于2023-06-06).
- ^ MariaDB 10.8.0 preview releases now available. [2022-02-17]. (原始内容存档于2022-02-14).
- ^ MariaDB 10.9.0 preview releases now available. [2022-05-23]. (原始内容存档于2022-03-24).
- ^ MariaDB 10.10.0 preview releases now available. [2022-06-23]. (原始内容存档于2022-06-23).
- ^ MariaDB 10.11.0 preview release now available. [2022-09-26]. (原始内容存档于2022-12-07).
- ^ Features / Replace MySQL with MariaDB (页面存档备份,存于互联网档案馆), 2013-01-21
- ^ Wikipedia Adopts MariaDB. 维基媒体基金会. 2013-04-22 [2020-09-16]. (原始内容存档于2018-12-08).
- ^ MariaDB 5.2.7 shipped with HeidiSQL. Heidisql.com. [2013-04-16]. (原始内容存档于2015-09-09).
- ^ MariaDB 5.2.7 released! (页面存档备份,存于互联网档案馆), Monty Program Group Blog
- ^ Works With MariaDB - AskMonty KnowledgeBase. Kb.askmonty.org. [2013-10-28]. (原始内容存档于2013-06-06).
- ^ https://www.archlinux.org/news/mariadb-replaces-mysql-in-repositories/ (页面存档备份,存于互联网档案馆) Arch Linux News - 25 March 2013 MariaDB replaces MySQL in repositories
- ^ The Chakra Project - Get. Chakra-linux.org. [2013-04-16]. (原始内容存档于2013-02-13).
- ^ Oracle who? Fedora & openSUSE will replace MySQL with MariaDB. ZDNet. 31 January 2013 [17 September 2014]. (原始内容存档于2013-05-13).
- ^ Distributions Which Include MariaDB. [2015-07-12]. (原始内容存档于2014-05-30).'
- ^ The Register 12 September 2013 Google swaps out MySQL, moves to MariaDB'. [2015-07-12]. (原始内容存档于2015-07-13).'
- ^ 楊智傑. Google棄甲骨文MySQL,將大規模導入MariaDB. iThome. 電週文化事業. 2013-09-26 [2014-06-18]. (原始内容存档于2014-09-26) (中文(臺灣)).
- ^ MySQL 5.1 vs. MySQL 5.5: Floats, Doubles, and Scientific Notation. Mozilla IT. [17 September 2014]. (原始内容存档于2014-09-04).
- ^ mariadb-server-10.0.16v0 – multithreaded SQL database (server). OpenBSD ports. 2015-01-30 [2015-02-11]. (原始内容存档于2015-02-12).
- ^ Switch from using MySQL to using MariaDB attempt #2. [28 September 2014]. (原始内容存档于2018-08-21).
- ^ openSUSE Dumps MySQL Makes MariaDB Default Database. Muktware. [17 September 2014]. (原始内容存档于2013-05-10).
- ^ Red Hat ditches MySQL, switches to MariaDB. Itwire.com. [2013-09-11]. (原始内容存档于2013-08-06).
- ^ Slackware News - 23 March 2013 ''Slackware switching to the MariaDB database''. Slackware.com. [2013-04-16]. (原始内容存档于2016-01-23).
- ^ SaltOS sees gains with subqueries in MariaDB. MariaDB Foundation. [2015-07-12]. (原始内容存档于2013-03-18).
- ^ Web of Trust (WOT) trusts the MariaDB upgrade. MariaDB Foundation. [2015-07-12]. (原始内容存档于2013-03-18).
- ^ free and open-source web server solution stack for professional PHP development on the Windows. MariaDB Foundation. [2015-07-12]. (原始内容存档于2015-07-11).
- ^ How Zimbra is Changing. Zimbra. [2015-07-12]. (原始内容存档于2014-11-23).
- ^ Wikipedia Adopts MariaDB. Wikimedia Foundation. 2013-04-22 [2020-09-16]. (原始内容存档于2018-12-08).
延伸閱讀
[编辑]- Bartholomew, Daniel. Getting Started with MariaDB. 2013. ISBN 9781782168096.
- Bartholomew, Daniel. MariaDB Cookbook. 2014. ISBN 978-1-78328-440-5.
- Forta, Ben. MariaDB Crash Course. Addison Wesley. 2011. ISBN 0-321-79994-1.
参阅
[编辑]外部連結
[编辑]- MariaDB Foundation website (页面存档备份,存于互联网档案馆)
- MariaDB Corporation website (页面存档备份,存于互联网档案馆)
- Download MariaDB (页面存档备份,存于互联网档案馆)
- SkySQL - MariaDB Cloud (页面存档备份,存于互联网档案馆)
- MariaDB Tutorial (页面存档备份,存于互联网档案馆)
- YouTube上的MariaDB, the Backward Compatible Branch of MySQL(R) Database Server – a lecture given by Monty Widenius at Google
- MariaDB Blog (页面存档备份,存于互联网档案馆)
- MariaDB Release Notes (页面存档备份,存于互联网档案馆)