Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[CON-274] connection to permit connection to mysql 5.1 db using password
  • Loading branch information
rusher committed Apr 7, 2016
1 parent c1b9006 commit 2d1d4e3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -149,6 +149,7 @@ public void send(final OutputStream os) throws IOException {
writeBuffer.startPacket(packetSeq);
final byte[] authData;
switch (plugin) {
case "": //CONJ-274 : permit connection mysql 5.1 db
case DefaultAuthenticationProvider.MYSQL_NATIVE_PASSWORD :
try {
authData = Utils.encryptPassword(password, seed);
Expand Down

0 comments on commit 2d1d4e3

Please sign in to comment.