-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Not supported" error #37
Comments
Ok, so I figured out that the reason for this is that I am using MySQL 8. What exactly needs to be done to support MySQL 8? Anything I can help you with? |
#16 |
Ok, thanks! Will add that to my readme 💪 |
A better way is to use the old version which is still present, you just need to use ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '<password>'; |
I didn't have much luck with that approach, but changing the MySQL configuration itself worked just fine. In the
@manyuanrong, I think this solution might be slightly better than blank passwords, yes? |
Hello, any news on supporting |
@manyuanrong, please ? :) |
Was this fixed. i cant seem to connect to mysql 8 |
Hello, still no news ? Thanks |
I have actually the exact same Problem with my project. |
Hi! I am trying to use this module in my application, but I receive an error "Not supported" whenever I try to connect. I shouldn't have any options which would cause the issue, but am I doing something wrong? Also, if it has anything to say, I am using the docker image of
mysql:latest
for the db, andDeno 0.41.0
Here is my code:
And here is the error:
The text was updated successfully, but these errors were encountered: