简体   繁体   English

XAMPP 内置了 MySQL,而不是 MariaDB?

[英]XAMPP has MySQL built-in, not MariaDB?

Everything says XAMPP has MariaDB now, but using the latest download link it only has MySQL.一切都说 XAMPP 现在有 MariaDB,但使用最新的下载链接它只有 MySQL。 Am I missing something?我错过了什么吗? For my needs I'd rather use MariaDB, but can make due with MySQL if need be, but it might create some minor headaches down the road.对于我的需要,我更愿意使用 MariaDB,但如果需要,可以使用 MySQL,但它可能会在路上造成一些小麻烦。 Is it simply because I'm on Windows?仅仅是因为我在 Windows 上吗?

From the MariaDB Wiki:来自MariaDB维基:

MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system (RDBMS), intended to remain free and open-source software under the GNU General Public License. MariaDB 是 MySQL 关系数据库管理系统 (RDBMS) 的社区开发的、商业支持的分支,旨在保持 GNU 通用公共许可证下的免费和开源软件。 Development is led by some of the original developers of MySQL, who forked it due to concerns over its acquisition by Oracle Corporation in 2009.[6]开发由 MySQL 的一些原始开发人员领导,由于担心它在 2009 年被甲骨文公司收购,他们分叉了它。 [6]

XAMPP (currently version 7.4.3) ships with MariaDB (currently version 10.4.11) XAMPP (当前版本 7.4.3)随MariaDB (当前版本 10.4.11)一起提供

The current version you're using should come up when logging via the cmd line or if you do a SELECT VERSION();通过cmd line登录或执行SELECT VERSION();时,应显示您正在使用的当前版本SELECT VERSION();

You can find a full list of differences between MariaDB and MySQL here您可以在此处找到MariaDBMySQL之间差异的完整列表

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM