MySQL Error number: MY-013189; Symbol: ER_SYS_VAR_NOT_FOUND; SQLSTATE: HY000 报错 故障修复 远程处理
文档解释
Error number: MY-013189; Symbol: ER_SYS_VAR_NOT_FOUND; SQLSTATE: HY000
Message: Variable name ‘%s’ not found.
Error MY-013189 ( ER_SYS_VAR_NOT_FOUND) is thrown by MySQL when a query is performed which references a system variable that does not exist.
Error Message:
SQLSTATE[HY000]: General error: 13183 Variable ‘%s’ not found.
Explanations:
Error MY-013189 occurs when a variable is referenced that does not exist. This might happen when the variable is misspelled, or not declared.
Common cases:
When a system variable is defined, or someone is trying to change the value of an existing system variable, they might mistype the variable name.
When a system variable is referenced but is not defined, it leads to this error message.
Solution:
To resolve this issue, make sure to use the correct spelling and case of the system variable name in the query. When defining a system variable, make sure that the variable is known in the scope of the session.
Check for typos in the variable name and make sure the variable is actually defined.
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341