From 821058814401c34e2eea267c735694925c193067 Mon Sep 17 00:00:00 2001 From: AaronXu <718827633@qq.com> Date: Sat, 31 Jan 2026 19:58:11 +0800 Subject: [PATCH] =?UTF-8?q?01-31-=E5=91=A8=E5=85=AD=5F19-58-11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03.数据库/01.Mysql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03.数据库/01.Mysql.md b/03.数据库/01.Mysql.md index e4a99e9..e1130a5 100644 --- a/03.数据库/01.Mysql.md +++ b/03.数据库/01.Mysql.md @@ -2465,7 +2465,7 @@ mysql> show variables like 'log_error'; - 记录mysql所有执行成功的SQL语句信息,可以做审计用,但是我们很少开启。 - 默认位置 - $MYSQL_HOME/data/ -- y开启方式 +- 开启方式 - MySQL安装完之后默认不开启 ```shell