Files
nexus/wiki/entities/MariaDB.md
2026-04-16 20:05:13 +08:00

30 lines
710 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "MariaDB"
type: entity
tags: [database, mariadb, mysql]
last_updated: 2026-04-16
---
## Aliases
- MySQLMariaDB 是 MySQL 的分支)
## Description
MariaDB 是 MySQL 的开源分支,由 MySQL 原始开发者维护。兼容 MySQL 协议,常用于 NAS 环境下的数据库部署。
## Key Features
- 与 MySQL 协议兼容
- 支持多种存储引擎InnoDB, MyRocks, Aria 等)
- 开源免费,社区活跃
## Use Cases
- NAS 环境数据库存储
- Web 应用后端数据库
- 嵌入式数据库
## Related Entities
- [[NAS]]:常见部署环境
- [[Ubuntu]]:常见运行平台
- [[MySQL]]原始项目MariaDB 分支自此)
## Sources
- [[mysql-mariadb-database-details]]