Comments on: On MySQL plugin configuration https://shlomi-noach.github.io/blog/mysql/on-mysql-plugin-configuration Blog by Shlomi Noach Thu, 10 Apr 2014 04:33:46 +0000 hourly 1 https://wordpress.org/?v=5.3.3 By: shlomi https://shlomi-noach.github.io/blog/mysql/on-mysql-plugin-configuration/comment-page-1#comment-236176 Thu, 10 Apr 2014 04:33:46 +0000 https://shlomi-noach.github.io/blog/?p=6579#comment-236176 You’ll need to compile your own …

]]>
By: SelvaKumar https://shlomi-noach.github.io/blog/mysql/on-mysql-plugin-configuration/comment-page-1#comment-236173 Thu, 10 Apr 2014 04:24:28 +0000 https://shlomi-noach.github.io/blog/?p=6579#comment-236173 Hi,

I need audit_login dll file need for windows.please anyone help me to find it.

]]>
By: Daniël van Eeden https://shlomi-noach.github.io/blog/mysql/on-mysql-plugin-configuration/comment-page-1#comment-220554 Wed, 09 Oct 2013 05:49:43 +0000 https://shlomi-noach.github.io/blog/?p=6579#comment-220554 You could setup a client and connect via outside, but that’s not a clean solution.
How does the InnoDB/NDB memcached plugin access data? It does use config in a table.

]]>
By: shlomi https://shlomi-noach.github.io/blog/mysql/on-mysql-plugin-configuration/comment-page-1#comment-220552 Wed, 09 Oct 2013 04:43:20 +0000 https://shlomi-noach.github.io/blog/?p=6579#comment-220552 @Daniël,

You don’t get SQL access from within your plugin, so reading from a table is not a trivial thing. I’m actually unsure how you can get any SQL access.

]]>
By: Daniël van Eeden https://shlomi-noach.github.io/blog/mysql/on-mysql-plugin-configuration/comment-page-1#comment-220085 Wed, 02 Oct 2013 15:51:19 +0000 https://shlomi-noach.github.io/blog/?p=6579#comment-220085 What about storing the config in a table?

]]>
By: shlomi https://shlomi-noach.github.io/blog/mysql/on-mysql-plugin-configuration/comment-page-1#comment-220015 Tue, 01 Oct 2013 12:41:37 +0000 https://shlomi-noach.github.io/blog/?p=6579#comment-220015 Ah! Joro’s page is very clear about this. Thank you!

]]>
By: shlomi https://shlomi-noach.github.io/blog/mysql/on-mysql-plugin-configuration/comment-page-1#comment-220014 Tue, 01 Oct 2013 12:40:47 +0000 https://shlomi-noach.github.io/blog/?p=6579#comment-220014 @Marc, Joro – Thanks!
This is news to me.

But, the documentation says nothing of the sort. It uses the word “loose” in a completely different context.

A documentation page on memcached provides little more light.

]]>
By: Joro https://shlomi-noach.github.io/blog/mysql/on-mysql-plugin-configuration/comment-page-1#comment-220002 Tue, 01 Oct 2013 07:43:33 +0000 https://shlomi-noach.github.io/blog/?p=6579#comment-220002 Check the –loose prefix : http://dev.mysql.com/doc/refman/5.6/en/option-modifiers.html

]]>
By: Marc Alff https://shlomi-noach.github.io/blog/mysql/on-mysql-plugin-configuration/comment-page-1#comment-219999 Tue, 01 Oct 2013 07:25:59 +0000 https://shlomi-noach.github.io/blog/?p=6579#comment-219999 If you want to relax the unknown variable error, the syntax to use in the my.cnf file is:

loose-simple-login-audit-enabled=1

See http://dev.mysql.com/doc/refman/5.0/en/option-files.html

]]>