Files
nexus/wiki/entities/MySQL.md
2026-04-17 08:38:12 +08:00

27 lines
593 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: "MySQL"
type: entity
tags: [database, mysql]
---
## Aliases
- MySQL Database
## Description
MySQL 是最流行的开源关系型数据库管理系统之一,由 Oracle 公司维护。广泛应用于 Web 应用的数据存储。
## Key Features
- 关系型数据库RDBMS
- SQL 标准支持
- 多种存储引擎InnoDB, MyISAM 等)
- 高性能和高可用性
## Use Cases
- Web 应用数据库
- 数据仓库
- 嵌入式数据库
- Django/PHP/Python Web 应用后端
## Related Entities
- [[MariaDB]]MySQL 分支
- [[Django]]:常使用 MySQL 作为后端数据库