Emysql icon indicating copy to clipboard operation
Emysql copied to clipboard

Support MySQL authentication switch protocol.

Open twocode opened this issue 7 years ago • 0 comments

Similar issues in node: https://github.com/mysqljs/mysql/issues/1729, https://github.com/mysqljs/mysql/pull/1730

MySQL Authentication switch protocol is missed in Emysql driver, this cause unavailability for Erlang client to some mysql environment such as Azure MySQL service, which relies on this protocol feature to do authentication. It also potentially breaks future authentication enforcement of sha256_password authentication.

twocode avatar May 22 '17 05:05 twocode