1
I have a Python application that connects to a Mysql database through Sqlalchemy, but it wasn’t me who developed it.
When migrating the database to another server (aws.rds go Daddy), I switched to string connection to the new server and apparently the database is configured correctly, because I can connect it to Workbench, but when I run the application it presents the following error:
sqlalchemy.exc.OperationalError OperationalError: (OperationalError) (1044, "Access denied for user'food@'%' to database 'otpx'") None None.
How can I fix this?