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.
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.