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-03-22 23:11:38 +08:00
parent 05aabacb4c
commit f2e2112685

View File

@ -8,8 +8,6 @@
由于 MySQL 是开源免费并且比较成熟的数据库因此MySQL 被大量使用在各种系统中。任何人都可以在 GPL(General Public License) 的许可下下载并根据个性化的需要对其进行修改。MySQL的默认端口号是**3306**。
### 存储引擎
#### 一些常用命令