当前位置:网站首页>This function has none of deterministic, no SQL solution
This function has none of deterministic, no SQL solution
2022-06-26 12:58:00 【Zhongna】
database :MySQL 8.0 +
Environmental Science :Docker
Problem description :
The following error message appears when creating custom data :
This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled
Solution :
First step : Get into Mysql ( Do not enter any database )
The second step : Run the following SQL sentence
set global log_bin_trust_function_creators=TRUE;
Then execute the custom function , Normal execution
边栏推荐
- 自定义封装下拉组件
- 【Spark】.scala文件在IDEA中几种图标的解释
- 7-2 大盗阿福
- 记一次phpcms9.6.3漏洞利用getshell到内网域控
- 轻流完成与「DaoCloud Enterprise 云原生应用云平台」兼容性认证
- Less than 40 lines of code to create a blocprovider
- Several methods added to the ES6 array (foreach, filter, some, every. Includes, reduce)
- A must for programmers, an artifact utools that can improve your work efficiency n times
- .NET MAUI 性能提升
- 机组实践实验8——使用CMStudio设计基于基本模型机微程序指令(1)
猜你喜欢
RSS rendering of solo blog system failed
ES6:Map
国标GB28181协议EasyGBS级联宇视平台,保活消息出现403该如何处理?
Mongodb of NoSQL - 03 mongodb CRUD
Vivado 错误代码 [DRC PDCN-2721] 解决
轻流完成与「DaoCloud Enterprise 云原生应用云平台」兼容性认证
Deeply analyze the differences between dangbei box B3, Tencent Aurora 5S and Xiaomi box 4S
BigInt:处理大数字(任意长度的整数)
机组实践实验8——使用CMStudio设计基于基本模型机微程序指令(1)
NoSQL mongodb - 04 mongodb database and web service combination case
随机推荐
Installing MySQL under Linux (RPM package installation)
微信小程序测试点总结
Encapsulate request request of uni app
老司机总结的12条 SQL 优化方案(非常实用)
关于NaN的一些总结
TP5 thinkphp5 extension package think Mongo operation mongodb time interval range query
美学心得(第二百三十八集) 罗国正
初识-软件测试
四类线性相位 FIR滤波器设计 —— MATLAB源码全集
ES6:迭代器
Redis learning - 03 transaction
Processsing 鼠标交互 学习
The El form item contains two inputs. Verify the two inputs
el-form-item 包含两个input, 校验这两个input
find及du -sh显示权限不够的解决方法
[极客大挑战 2019]RCE ME 1
程序员必备,一款让你提高工作效率N倍的神器uTools
PHP laravel+gatewayworker completes im instant messaging and file transfer functions (Chapter 2: explanation of business logic)
7-1 n皇后问题
7-1 数的范围