Replies: 1 comment 6 replies
-
By chance does your password begin with a semicolon ( |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to connect to the MySQL server the following error is returned :
pyodbc.Error: ('HY000', "[HY000] [MySQL][ODBC 8.0(a) Driver]Access denied for user 'stip'@'192.168.188.254' (using password: NO) (1045) (SQLDriverConnect); [HY000] [MySQL][ODBC 8.0(a) Driver]Access denied for user 'stip'@'192.168.188.254' (using password: NO) (1045)")
The password is contained in the connection string.
When I make a packet capture of the connection the password is not in the connection request that is sent to the MySQL server.
The connection is made to the correct server and the username and database name are visible in the request.
Why is the password missing in the connection request ?
Do I need to configure some additional parameters ?
pyodbc version is 5.2.0
python version is 3.10.4
Beta Was this translation helpful? Give feedback.
All reactions