No matter what I do, I keep getting this error. I've tried everything I can find in a Google search, including changing the password multiple times on my Database page, checking/changing the password in the '.my.cnf' file, all my Server settings are copy & pasted directly from the MySQL Database page. I don't know what else to try.
import MySQLdb
db = MySQLdb.connect(
host='CheekyLions.mysql.pythonanywhere-services.com',
user='CheekyLions',
passwd=<password>,
db='CheekyLions$rh_store')