caminte
caminte copied to clipboard
ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
Error started happening after upgrading to: 5.7.11 MySQL Community Server (GPL) on Oracle Linux . Any thoughts how to fix this?
As a side note.. the nodejs mysql module works fine. Its just the Caminte MySQL connection is failing.
at /node_modules/caminte/lib/adapters/mysql.js:35:23
at Handshake.onConnect (/node_modules/mysql/lib/Pool.js:54:9)
at Handshake.Sequence.end (/node_modules/mysql/lib/protocol/sequences/Sequence.js:96:24)
at Handshake.ErrorPacket (/node_modules/mysql/lib/protocol/sequences/Handshake.js:103:8)
at Protocol._parsePacket (/node_modules/mysql/lib/protocol/Protocol.js:280:23)
at Parser.write (/node_modules/mysql/lib/protocol/Parser.js:73:12)
at Protocol.write (/node_modules/mysql/lib/protocol/Protocol.js:39:16)
at Socket.<anonymous> (/node_modules/mysql/lib/Connection.js:96:28)
at emitOne (events.js:90:13)
at Socket.emit (events.js:182:7)
at readableAddChunk (_stream_readable.js:153:18)
at Socket.Readable.push (_stream_readable.js:111:10)
at TCP.onread (net.js:531:20)