Information
The InnoDB memcached Plugin allows users to access data stored in InnoDB with the memcached protocol.
Rationale:
By default, the plugin doesn't do authentication, which means that anyone with access to the TCP/IP port of the plugin can access and modify the data. However, not all data is exposed by default.
Solution
To remediate this setting, issue the following command in the MySQL command-line client:
uninstall plugin daemon_memcached;
This uninstalls the memcached plugin from the MySQL server.
Default Value:
disabled