February 2018
Intermediate to advanced
510 pages
16h 10m
English
The server-side plugin named auth_socket is used to authenticate clients which are connected from the local host using the Unix socket file. It is only used for a system that supports the SO_PEERCRED option. SO_PEERCRED is used to obtain information about the user running the client program. This is not a built-in plugin; we must use the auth_socket.so library with this plugin. To make it usable, put the library file under the plugin directory first, and then perform either of these steps:
[mysqld] plugin-load-add=auth_socket.so
Read now
Unlock full access