当前位置:网站首页>MySQL 自定义函数时:This function has none of DETERMINISTIC, NO SQL 解决方案
MySQL 自定义函数时:This function has none of DETERMINISTIC, NO SQL 解决方案
2022-06-26 12:35:00 【众纳】
数据库:MySQL 8.0 +
环境:Docker
问题描述:
在创建自定义数据时出现如下错误提示:
This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled

解决方案:
第一步:进入Mysql (不要进入任何一个数据库)
第二步:运行如下SQL语句
set global log_bin_trust_function_creators=TRUE;
再执行自定义函数,正常执行
边栏推荐
- solo 博客系统的 rss 渲染失败
- Fengshentai old shooting range Kali series
- 7-2 大盗阿福
- NLP-D60-nlp比赛D29
- Xiaolong 888 was released, Xiaomi 11 was launched, and 14 manufacturers carried it in the first batch!
- On the use of protostaff [easy to understand]
- NoSQL mongodb - 02 mongodb server installation, mongodb shell, basic concepts and visualization tools
- A most practical arbitrage wizard EA [2022 modified version]
- Build Pikachu shooting range and introduction
- Laravel+gatewayworker completes the im instant messaging and file transfer functions (Chapter 4: server debugging errors)
猜你喜欢

老司机总结的12条 SQL 优化方案(非常实用)

Basic principle of MOS tube and important knowledge points of single chip microcomputer

Fengshentai old shooting range Kali series

NoSQL mongodb - 01 introduction to NoSQL and mongodb

Redis learning - 02 common data types, operation commands and expiration time

软件测试 - 概念篇

Php+laravel5.7 use Alibaba oss+ Alibaba media to process and upload image / video files

小白懒人专用-win10-win11一键安装版

Configuring Apache digest authentication

简易数字电路交通灯设计
随机推荐
面试题积累
PHP laravel+gatewayworker completes im instant messaging and file transfer functions (Chapter 2: explanation of business logic)
不到40行代码手撸一个BlocProvider
NoSQL mongodb - 04 mongodb database and web service combination case
Scala-day05-set
软件测试 - 基础篇
Tiger Dao VC products are officially launched, a powerful supplement to seektiger ecology
Is it safe to open a securities account in general
Msvcr110 not found DLL, unable to continue code execution Solution for startup
一个初级多线程服务器模型
Polarismesh series articles - concept series (I)
程序员必备,一款让你提高工作效率N倍的神器uTools
PHP calculates excel coordinate values, starting with subscript 0
Tiger Dao VC products are officially launched, a powerful supplement to seektiger ecology
TP5 thinkphp5 extension package think Mongo operation mongodb time interval range query
710. random numbers in the blacklist
Generate JDE dot train
Php+laravel5.7 use Alibaba oss+ Alibaba media to process and upload image / video files
710. 黑名单中的随机数
Example of parameter passing from laravel query constructor to closure method