I have had a website running on pythonanywhere successfully for more than three years.
Yesterday, I added a new web app and database and now my website isn't loading. This is the error I get OperationalError at / (1045, "Access denied for user 'amritha'@'10.0.0.105' (using password: YES)")
I am able to access the database from the Database tab and run and view all my tables. However, when I try to go in through Bash, I get the same kind of error. ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Can you please help undo the mess I created? I have deleted the new web app but the files and database still exist. I need to get the existing website up and running as soon as possible.
Thanks!