Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finished - Unsuccessfully #16

Open
heidarymr opened this issue Oct 16, 2015 · 1 comment
Open

Finished - Unsuccessfully #16

heidarymr opened this issue Oct 16, 2015 · 1 comment

Comments

@heidarymr
Copy link

[Err] 1418 - This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you might want to use the less safe log_bin_trust_function_creators variable)
[Err] CREATE DEFINER=root@localhost FUNCTION __mydiv(a int, b int) RETURNS bigint(20)
BEGIN

return FLOOR(a / b);

END;

Msg: Finished - Unsuccessfully

@zoghal
Copy link
Owner

zoghal commented Nov 2, 2015

please check MySQL Config and set log_bin_trust_function_creators = true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants