From 7cc919c0e8953ad5b0af6a35404a5cf0f377fac5 Mon Sep 17 00:00:00 2001 From: guide Date: Mon, 9 Aug 2021 00:27:09 +0800 Subject: [PATCH] =?UTF-8?q?Update=20MySQL=E6=80=BB=E7=BB=93.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/database/mysql/MySQL总结.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/database/mysql/MySQL总结.md b/docs/database/mysql/MySQL总结.md index 242c487f..37793525 100644 --- a/docs/database/mysql/MySQL总结.md +++ b/docs/database/mysql/MySQL总结.md @@ -22,8 +22,6 @@ MySQL、PostgreSQL、Oracle、SQL Server、SQLite(微信本地的聊天记录 由于 MySQL 是开源免费并且比较成熟的数据库,因此,MySQL 被大量使用在各种系统中。任何人都可以在 GPL(General Public License) 的许可下下载并根据个性化的需要对其进行修改。MySQL 的默认端口号是**3306**。 - - ## 存储引擎 ### 存储引擎相关的命令