Reputation: 120
I'm trying make a external connection to MySQL on shared hosting with Python using "MySQLdb.connect" but I get the error:
Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled).
It's possible to make a solution for that.
Upvotes: 1
Views: 357
Reputation: 367
Your options are
Upvotes: 1