This function has a none of deterministic, NO SQL, or READS SQL DATA in its declaration and binary

Source: Internet
Author: User

This function has a none of deterministic, NO SQL, or READS SQL DATA in its declaration and binary

MySQL settings by default are not allowed to create functions


Workaround 1:

Perform:

SET GLOBAL log_bin_trust_function_creators = 1;

But it doesn't work when it's restarted.

Note: The slave must be set at the time of the master copy, or it will cause master-slave synchronization to fail.



Workaround 2:

Set inside the MY.CNF

Log-bin-trust-function-creators=1

But this needs to restart the service.


This article is from the "Give Me Three moles" blog, please be sure to keep this source http://wushuangjay.blog.51cto.com/3125450/1561873

This function has a none of deterministic, NO SQL, or READS SQL DATA in its declaration and binary

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.