Auto-sync: 2026-04-16 20:05

This commit is contained in:
2026-04-16 20:05:13 +08:00
parent db72ecb4f6
commit ee6406f30c
43 changed files with 1786 additions and 12 deletions

30
wiki/entities/MariaDB.md Normal file
View File

@@ -0,0 +1,30 @@
---
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]]