I have created a user for the database with all the permission granted and I try yo use
mydb = mysql.connector.connect(
host = "my_domain_ip",
user = "the username from the website",
passwd = "the password from the website",
database = "the name of the database"
)
I verified the information but I get the error: mysql.connector.errors.DatabaseError: 1130: Host '109.99.64.67' is not allowed to connect to this MySQL server What can I do ?