From 51e5e2356040b0467b54c71441dcd9ab93b631b8 Mon Sep 17 00:00:00 2001 From: zyimm Date: Thu, 10 Oct 2024 15:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=BB=20MySQL=E7=9A=841449=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=8Cdefiner=E4=B8=8D=E5=AD=98=E5=9C=A8=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/数据库/Mysql/mysql_PROCEDURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/数据库/Mysql/mysql_PROCEDURE.md b/_posts/数据库/Mysql/mysql_PROCEDURE.md index a0669e0..a1ad492 100644 --- a/_posts/数据库/Mysql/mysql_PROCEDURE.md +++ b/_posts/数据库/Mysql/mysql_PROCEDURE.md @@ -5,7 +5,7 @@ tags: - mysql --- -MySQL 错误 1449 通常表示 "The user specified as a definer ('user'@'host') does not exist"。出现这个错误的原因是mysql在尝试执行某个存储过程、函数或视图时,定义者(definer)指定的用户不存在于数据库中。 +MySQL 错误 1449 通常表示 `The user specified as a definer ('user'@'host') does not exist`。出现这个错误的原因是mysql在尝试执行某个存储过程、函数或视图时,定义者(definer)指定的用户不存在于数据库中。 首先先查看一下,目前数据库中存储过程有哪些定义者,sql如下: