Hello all,
I hope you can help me with my problem. I have the following error message: _mysql_connector.MySQLInterfaceError: Access denied for user 'gusch88'@'%'@'10.0.0.217' (using password: YES).
I connect via mysql.connector and set the following parameters: {'host': 'gusch88.mysql.pythonanywhere-services.com', 'user': 'gusch88', 'password': '****', 'database': 'gusch88$car_search', }
I have already checked if the password matches the password in the my.cnf file.
In the meantime I am getting a bit desperate... Please help.