Forums

SSH Tunnel'ed then Access Denied

Hi,

I opened an SSH Tunnel in order to import an XML document into the mySQL database using Navicat for MySQL software. It imported the data, but when I click on the website, it seems the webapp can no longer access the database. I am getting:

Exception Type: OperationalError Exception Value: (1045, "Access denied for user ..... (using password: YES)") Exception Location: /user/local/lib/python3.5/dist-packages/MySQLdb/connections.py in init, line 204

Any ideas what is preventing connection to the database in the website now? There is no problem making a connection to the database from the software.

Problem fixed! I just forgot I changed the password.

Excellent, glad you worked it out!