Open tmsvr opened 5 years ago
Hi, thanks for reporting. As the error says then the MySQL client we are using is old and we should upgrade it. We'll have to look into that and which options we have.
Thank you very much! Do you have anything in mind regarding the timing?
I'm afraid I can't say when we'll get to this. We'd likely have to switch to another MySQL client library to make this work and this might be easier said than done. Of course we have to support new MySQL versions out of the box, so we'll get to it at some point.
Perhaps we can use the https://github.com/mysql-otp/mysql-otp driver instead. Will have to investigate.
Just wanted to add that AWS are dropping support for MySQL 5.7 starting October next year so this may become a little more urgent for customers soon.
@joehallaschameleon Thanks, it looks like this should be fixed by https://github.com/vernemq/vernemq/commit/93838e09778c8467768b4e5f33520d57740a03c8
Do you see an actual error with MySQL 8.0+?
👉 Thank you for supporting VerneMQ: https://github.com/sponsors/vernemq 👉 Using the binary VerneMQ packages commercially (.deb/.rpm/Docker) requires a paid subscription.
Environment
Expected behavior
Actual behaviour
Altering the mysql user with the following fixes the problem.
We have tried to use the feature described here https://github.com/vernemq/vernemq/pull/1023 to no success.