Auto-sync: 2026-04-17 08:37
This commit is contained in:
27
wiki/entities/MySQL.md
Normal file
27
wiki/entities/MySQL.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
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 作为后端数据库
|
||||
Reference in New Issue
Block a user