February 2018
Intermediate to advanced
510 pages
16h 10m
English
This is a server-side plugin used to prevent all client connections to any account that uses it. The plugin name is 'mysql_no_login', and it's not a built-in MySQL plugin, so we must use the mysql_no_login.so library. To make it usable, put the library file under the plugin directory first, then perform either of these steps:
[mysqld] plugin-load-add=mysql_no_login.so
INSTALL PLUGIN mysql_no_login SONAME 'mysql_no_login.so';
To uninstall this plugin, execute the following commands:
Read now
Unlock full access