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

revisit security method for mysql #12

Open
jenseng opened this issue Jun 26, 2012 · 0 comments
Open

revisit security method for mysql #12

jenseng opened this issue Jun 26, 2012 · 0 comments
Labels

Comments

@jenseng
Copy link
Owner

jenseng commented Jun 26, 2012

see instructure/canvas-lms#179

hair_trigger never explicitly sets SQL SECURITY for mysql, so it defaults to DEFINER. you can specify an alternate definer with the security method, but you cannot specify :invoker (as you can for postgres). we should probably support this and make it the default.

this may help for scenarios where people are using binary logging for mysql but do not have log_bin_trust_function_creators enabled. some extra investigation should be done to see what else we can do there.

see also https://forums.aws.amazon.com/thread.jspa?messageID=181915

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

No branches or pull requests

1 participant