Forums

MySQL issue

Getting the below error from 23rd onwards - File "/usr/local/lib/python3.6/dist-packages/MySQLdb/init.py", line 86, in Connect return Connection(args, kwargs) File "/usr/local/lib/python3.6/dist-packages/MySQLdb/connections.py", line 204, in init super(Connection, self).init(args, **kwargs2) _mysql_exceptions.OperationalError: (1045, "Access denied for user 'transhem'@'10.0.0.23' (using password: YES)"

I just created a connection to MySQL whilst importing MySQLdb and created a conn object, a cursor object to display the records already inserted into the transhem$testdb database.

sorry- so to clarify, did you manage to connect?