MySQL Forums
Forum List  »  Connector/Python

Re: ImportError: No module named connect‏
Posted by: Tommy Peterson
Date: November 03, 2015 01:21PM

While I no longer get an error about the connector submodule being found I am not able to connect with the connector to the database. I know that the database exists. I know that the user can access the database with the given database on localhost as I used the mysql command line utility to log in as the user on the localhost with the password and connect to the database.

So what is the issue? How can I find out the issue.

I get

mysql.connector.errors.ProgrammingError: 1044 (42000): Access denied for user . . .

Options: ReplyQuote


Subject
Written By
Posted
Re: ImportError: No module named connect‏
November 03, 2015 01:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.