1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Update MySQL总结.md

This commit is contained in:
guide 2021-08-09 00:27:09 +08:00
parent b24ab64891
commit 7cc919c0e8

View File

@ -22,8 +22,6 @@ MySQL、PostgreSQL、Oracle、SQL Server、SQLite微信本地的聊天记录
由于 MySQL 是开源免费并且比较成熟的数据库因此MySQL 被大量使用在各种系统中。任何人都可以在 GPL(General Public License) 的许可下下载并根据个性化的需要对其进行修改。MySQL 的默认端口号是**3306**。
## 存储引擎
### 存储引擎相关的命令