sqlectron / sqlectron-db-core

Home Page:https://sqlectron.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support mysql_clear_password if LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN env set

MasterOdin opened this issue · comments

Allow the mysql_clear_password plugin if the LIBMYSQL_ENABLE_CLEARTEXT_PLUGIN environment variable is set. sidorares/node-mysql2#438 (comment) provides details for how implemention would work, but it has to be translated to the authPlugins scheme.

Useful links: