Problem connecting to MySQL 8 using version 0.3.1 #714
Unanswered
eyosiardi-vt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering if anyone has seen this before, or have any advise regarding this issue: I could not connect to a MySQL 8 server from connectorx v0.3.1
This is what I get:
[2024-12-03T01:39:34Z ERROR r2d2] MySqlError { ERROR 1045 (28000): Access denied for user 'fubar'@'[ip_address]' (using password: YES) }
I am able to connect using
mysql-connector-python
just fine.I get:
<mysql.connector.connection.MySQLConnection object at 0x7ff92f945430>
(927221,)
Furthermore, I can get connectorx v0.3.1 to connect to my MySQL 5 server just fine, using the same code.
So I'm guessing v0.3.1 has some issues with MySQL 8, but I could be wrong.
PS: I wanted to try a newer connectorx version but due to the OS I'm using, I am limited to v0.3.1 at the moment.
Any ideas?
Thank you,
Ed
Beta Was this translation helpful? Give feedback.
All reactions