MySQL Forums
Forum List  »  Connector/Python

Connection problem, error message
Posted by: M Orsi
Date: August 26, 2015 04:52PM

Hi, I would appreciate some help. I have been using a mySQL database called "evette" in my veterinary clinic. This database is installed on the reception computer and I can access it from my consulting room laptop over a wireless network.

I have recently bought new laptops with Windows 8.1 to replace these computers and have MySQL and the database installed successfully on the reception laptop. I have the 2 computers sharing a wireless network. When I try to connect to the database on the reception computer from my consulting room laptop I get the following error message:

Traceback (most recent call last):
File "launch.py", line 304, in <module>
File "db.pyc", line 177, in CreateDatabase
File "db.pyc", line 155, in SendSQL
File "MySQLdb\cursors.pyc", line 166, in execute
File "MySQL\connections.pyc", line 35 in defaulterrorhandler
_mysql_exceptions.OperationalError: (1044, "Acess denied for user 'Reception'@'%' to database 'evette'")

Can anyone advise me what the problem is? I have a limited understanding of these things! Thanks for any suggestions.

Options: ReplyQuote


Subject
Written By
Posted
Connection problem, error message
August 26, 2015 04:52PM


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.