You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to reproduce this on the latest docker mysql image, but I've seen this issue before.
The more recent versions of MySQL use different auth plugins by default, and unfortunately it looks like the mysqljs and mysql2 don't support it yet. This isn't something this project can address directly, so we have to wait for fixes to one of those packages.
The good news that I can give is that there are workarounds, mostly configuring MySQL to use the older auth systems by default. I'll leave this issue open until we can bring in a fix but I'll close duplicates.
Minor update on this, there is a PR for the mysql adapter that fixes this problem by adding in new auth compatibility. Once it's completed and merged in we can we can update the package dependency here and release a new build.
Sqlectron always return
I use mysql:
My linux version info:
And Sqlectron work well in my another computer, which is
ubuntu 16.04 LTS, mysql 8.0
.The text was updated successfully, but these errors were encountered: