跳转到内容

MariaDB

本页使用了标题或全文手工转换
维基百科,自由的百科全书

这是本页的一个历史版本,由InternetArchiveBot留言 | 贡献2021年2月7日 (日) 22:13 (补救47个来源,并将0个来源标记为失效。) #IABot (v2.0.8)编辑。这可能和当前版本存在着巨大的差异。

MariaDB
開發者MariaDB Corporation Ab
MariaDB Foundation
首次发布2009年1月22日,​15年前​(2009-01-22
当前版本
  • 11.3.2 (2024年2月16日;穩定版本)[1]
  • 11.4.1 (2024年2月20日;最终测试版本)[2]
  • 11.5.0 (2024年3月18日;預覽版本)[3]
編輯維基數據鏈接
源代码库 編輯維基數據鏈接
编程语言C語言C++PerlBash
操作系统MacOSWindowsSolarisLinux
MacOSUnix BSD[4]
语言英语
类型RDBMS
许可协议GNU通用公共许可证#GPLv2(第2版)
GNU宽通用公共许可证(客户端库)[5]
网站mariadb.org
mariadb.com

MariaDBMySQL關聯式資料庫管理系統的一个复刻,由社区开发,有商业支持,旨在继续保持在GNU GPL开源。MariaDB的开发是由MySQL的一些原始开发者领导的,他们担心甲骨文公司收购MySQL后会有一些隐患。[6]

MariaDB打算保持与MySQL的高度兼容性,确保具有库二进制奇偶校验的直接替换功能,以及与MySQL API和命令的精确匹配。[7] MariaDB自带了一个新的存储引擎英语storage engineAria,它可以替代MyISAM,成为默认的事务和非事务引擎。[8] 它最初使用XtraDB英语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日 (2009-10-29)[12] 5.1.67 2013年1月30日 (2013-01-30)[13] Stable (GA)
舊版本,不再支援: 5.2 2010年4月10日 (2010-04-10)[14] 5.2.14 2013年1月30日 (2013-01-30)[15] Stable (GA)
舊版本,不再支援: 5.3 2011年7月26日 (2011-07-26)[16] 5.3.12 2013年1月30日 (2013-01-30)[17] Stable (GA)
舊版本,不再支援: 5.5 2012年2月25日 (2012-02-25)[18] 5.5.68 2020年5月12日 (2020-05-12)[19] Stable (GA)
舊版本,不再支援: 10.0 2012年11月12日 (2012-11-12)[20] 10.0.38 2019年1月31日 (2019-01-31)[21] Stable (GA)
舊版本,不再支援: 10.1 2014年6月30日 (2014-06-30)[22] 10.1.48 2020年11月4日 (2020-11-04)[23] Stable (GA)
舊版本,仍被支援: 10.2 2016年4月18日 (2016-04-18)[24] 10.2.35 2020年11月11日 (2020-11-11)[25] Stable (GA)
舊版本,仍被支援: 10.3 2017年4月16日 (2017-04-16)[26] 10.3.27 2020年11月11日 (2020-11-11)[25] Stable (GA)
舊版本,仍被支援: 10.4 2018年11月9日 (2018-11-09)[27] 10.4.17 2020年11月11日 (2020-11-11)[25] Stable (GA)
當前版本: 10.5 2019年12月3日 (2019-12-03)[28] 10.5.8 2020年11月11日 (2020-11-11)[25] Stable (GA)
格式:
舊版本
舊版本,仍被支援
当前版本
最新的预览版
未来版本

第三方软件

MariaDB的API和协议兼容MySQL,另外又添加了一些功能,以支持原生的非阻塞操作和进度报告。这意味着,所有使用MySQL的连接器、程式库和应用程序也将可以在MariaDB下工作。在此基础上,由于担心甲骨文MySQL的一个更加封闭的软件项目,Fedora等Linux发行版已经在最新版本中以MariaDB取代MySQL[29],维基媒体基金会的服务器同样也使用MariaDB取代了MySQL[30]

如下是支持MariaDB的工具:

客户端

  • DBEdit 一个免费的MariaDB数据库和其他数据库管理应用程序。
  • Navicat 一系列Windows、Mac OS X、Linux下专有数据库管理应用程序。
  • HeidiSQL 一个Windows上自由和开放源码的MySQL客户端。它支持MariaDB的5.2.7版本和以后的版本。[31][32]
  • phpMyAdmin 一个基于网络的MySQL数据库管理应用程序

应用

以下应用程序对MariaDB给予官方支持:[33]

重要用户

参阅

书籍

参考文献

引用
  1. ^ MariaDB 11.3.2 Release Notes. 
  2. ^ "MariaDB 11.4.1, 11.3.2 now available"; 作者姓名字符串: Ian Gilfillan; 作品或名稱使用語言: 英語; 出版日期: 2024年2月20日; 检索日期: 2024年4月2日.
  3. ^ "MariaDB 11.5.0 preview release available"; 作者姓名字符串: Ian Gilfillan; 作品或名稱使用語言: 英語; 出版日期: 2024年3月18日; 检索日期: 2024年4月2日.
  4. ^ Download MariaDB: TX, AX, Connectors, Bundles, apt/yum. MariaDB. [2018-10-30]. (原始内容存档于2019-01-23). 
  5. ^ MariaDB licenses. [2016-04-14]. (原始内容存档于2014-03-12). 
  6. ^ 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). 
  7. ^ MariaDB versus MySQL - Compatibility. MariaDB KnowledgeBase. [17 September 2014]. (原始内容存档于2020-09-16). 
  8. ^ Aria FAQ. MariaDB KnowledgeBase. [17 September 2014]. (原始内容存档于2019-03-31). 
  9. ^ About XtraDB. MariaDB KnowledgeBase. [17 September 2014]. (原始内容存档于2019-03-31). 
  10. ^ Why does MariaDB 10.2 use InnoDB instead of XtraDB?. MariaDB KnowledgeBase. [14 January 2019]. (原始内容存档于2019-03-31). 
  11. ^ Why is the project called MariaDB?. MariaDB KnowledgeBase. [17 September 2014]. (原始内容存档于2020-09-16). 
  12. ^ MariaDB 5.1.38 Release Notes. [2015-09-21]. (原始内容存档于2016-02-27). 
  13. ^ MariaDB 5.1.67 Release Notes. [2015-09-21]. (原始内容存档于2016-02-27). 
  14. ^ MariaDB 5.2.0 Release Notes. [2015-09-21]. (原始内容存档于2016-02-27). 
  15. ^ MariaDB 5.2.14 Release Notes. [2015-09-21]. (原始内容存档于2016-02-27). 
  16. ^ MariaDB 5.3.0 Release Notes. [2015-09-21]. (原始内容存档于2016-02-27). 
  17. ^ MariaDB 5.3.12 Release Notes. [2015-09-21]. (原始内容存档于2015-09-23). 
  18. ^ MariaDB 5.5.20 Release Notes. [2015-09-21]. (原始内容存档于2019-07-31). 
  19. ^ 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). 
  20. ^ MariaDB 10.0.0 Release Notes. [2015-09-21]. (原始内容存档于2016-01-27). 
  21. ^ 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). 
  22. ^ MariaDB 10.1.0 Release Notes. [2015-09-21]. (原始内容存档于2016-01-05). 
  23. ^ 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). 
  24. ^ MariaDB 10.2.0 Release Notes. [2016-09-28]. (原始内容存档于2016-06-16). 
  25. ^ 25.0 25.1 25.2 25.3 Emergency Release of MariaDB 10.5.8, 10.4.17, 10.3.27, and 10.2.36 is now available. [2020-11-12]. (原始内容存档于2020-11-12). 
  26. ^ MariaDB 10.3.0 Release Notes. [2017-04-23]. (原始内容存档于2017-04-24). 
  27. ^ MariaDB 10.4.0 Release Notes. [2018-11-15]. (原始内容存档于2019-02-17). 
  28. ^ MariaDB 10.5.0 Now Available. [2019-12-03]. (原始内容存档于2019-08-08). 
  29. ^ Features / Replace MySQL with MariaDB页面存档备份,存于互联网档案馆), 2013-01-21
  30. ^ Wikipedia Adopts MariaDB. 维基媒体基金会. 2013-04-22 [2020-09-16]. (原始内容存档于2018-12-08). 
  31. ^ MariaDB 5.2.7 shipped with HeidiSQL. Heidisql.com. [2013-04-16]. (原始内容存档于2015-09-09). 
  32. ^ MariaDB 5.2.7 released!页面存档备份,存于互联网档案馆), Monty Program Group Blog
  33. ^ Works With MariaDB - AskMonty KnowledgeBase. Kb.askmonty.org. [2013-10-28]. (原始内容存档于2013-06-06). 
  34. ^ https://www.archlinux.org/news/mariadb-replaces-mysql-in-repositories/页面存档备份,存于互联网档案馆) Arch Linux News - 25 March 2013 MariaDB replaces MySQL in repositories
  35. ^ The Chakra Project - Get. Chakra-linux.org. [2013-04-16]. (原始内容存档于2013-02-13). 
  36. ^ Oracle who? Fedora & openSUSE will replace MySQL with MariaDB. ZDNet. 31 January 2013 [17 September 2014]. (原始内容存档于2013-05-13). 
  37. ^ Distributions Which Include MariaDB. [2015-07-12]. (原始内容存档于2014-05-30). '
  38. ^ The Register 12 September 2013 Google swaps out MySQL, moves to MariaDB'. [2015-07-12]. (原始内容存档于2015-07-13). '
  39. ^ 楊智傑. Google棄甲骨文MySQL,將大規模導入MariaDB. iThome. 電週文化事業. 2013-09-26 [2014-06-18]. (原始内容存档于2014-09-26) (中文(臺灣)). 
  40. ^ MySQL 5.1 vs. MySQL 5.5: Floats, Doubles, and Scientific Notation. Mozilla IT. [17 September 2014]. (原始内容存档于2014-09-04). 
  41. ^ mariadb-server-10.0.16v0 – multithreaded SQL database (server). OpenBSD ports. 2015-01-30 [2015-02-11]. (原始内容存档于2015-02-12). 
  42. ^ Switch from using MySQL to using MariaDB attempt #2. [28 September 2014]. (原始内容存档于2018-08-21). 
  43. ^ openSUSE Dumps MySQL Makes MariaDB Default Database. Muktware. [17 September 2014]. (原始内容存档于2013-05-10). 
  44. ^ Red Hat ditches MySQL, switches to MariaDB. Itwire.com. [2013-09-11]. (原始内容存档于2013-08-06). 
  45. ^ Slackware News - 23 March 2013 ''Slackware switching to the MariaDB database''. Slackware.com. [2013-04-16]. (原始内容存档于2016-01-23). 
  46. ^ SaltOS sees gains with subqueries in MariaDB. MariaDB Foundation. [2015-07-12]. (原始内容存档于2013-03-18). 
  47. ^ Web of Trust (WOT) trusts the MariaDB upgrade. MariaDB Foundation. [2015-07-12]. (原始内容存档于2013-03-18). 
  48. ^ free and open-source web server solution stack for professional PHP development on the Windows. MariaDB Foundation. [2015-07-12]. (原始内容存档于2015-07-11). 
  49. ^ How Zimbra is Changing. Zimbra. [2015-07-12]. (原始内容存档于2014-11-23). 
  50. ^ Wikipedia Adopts MariaDB. Wikimedia Foundation. 2013-04-22 [2020-09-16]. (原始内容存档于2018-12-08).