MySQL Forums
Forum List  »  Connector/Python

Re: Mysql on nas (python) [SOLVED]
Posted by: Stephen Feyrer
Date: March 25, 2012 09:00AM

Hi,

After a lot of confusion I have discovered that my problem was that my user account was set to be able to connect to '%' which means any host. It turns out my problem isn't so uncommon.

The remedy was to set the host for the user to 'localhost' and now I can log in.

Thanks anyone who was interested.

Options: ReplyQuote


Subject
Written By
Posted
March 24, 2012 05:53PM
Re: Mysql on nas (python) [SOLVED]
March 25, 2012 09:00AM


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.