Mysql相关
使用mysql中遇到的问题和知识
黑山老妖精
简而言之
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux开放端口
【代码】linux开放端口。原创 2022-11-14 22:21:43 · 268 阅读 · 0 评论 -
MySQL 错误1418 的解决方法
第一次写Mysql函数的时候报的这个错误,分享一下。 1.先查看函数功能是否开启:show variables like '%func%'; 2.开启:SET GLOBAL log_bin_trust_function_creators = 1; 3.关闭:SET GLOBAL log_bin_trust_function_creators = 0; ----------------------------效果????????????------------------------------------原创 2021-11-15 11:05:56 · 7523 阅读 · 1 评论
分享