In this April MySQL Lab release, we’ll provide you a more robust and release-ready InnoDB Memcached Engine with a few enhancements. The most notable addition is the SASL support, which gives users the capability to protect their MySQL database from unauthenticated access through memcached clients. In this blog, I will walk you through steps of getting this option enabled.
Background Info:
SASL stands for “Simple Authentication and Security Layer”, which
is a Standard for adding authentication support to
connection-based protocols. Memcached added SASL support starting
its 1.4.3 release. And here is a good article that gives you some background on why
and how SASL is supported in Memcached.
For InnoDB Memcached, the “Memcached mapped” user table must be registered in the “container” “system table”. And …
[Read more]