Authentication Plugin Development
Details how to implement custom authentication methods, allowing users to connect using external credentials or protocols.
Authentication Plugin API
CREATE USER insecure IDENTIFIED VIA two_questions USING 'notverysecret';Dialog Client Authentication Plugin - Client Library Extension
extern "C" char *mysql_authentication_dialog_ask(
MYSQL *mysql, int type, const char *prompt, char *buf, int buf_len)Last updated
Was this helpful?

