Hello all,
I'm trying to connect to a DB on Python anywhere. Completed all the steps from https://help.pythonanywhere.com/pages/AccessingMySQLFromOutsidePythonAnywhere/
After I click connect it shows me next error:
DBLoginError:Access denied for user username@10.0.0.98 using password 'YES'
Checked all the password twice. Using correct default scheme- 'username$dbname. Have a suspicion that it might be a problem with DB user permissions, but don't what to change things I don't know. Any help will be highly appreciated,
Thank you!