Why am I getting error "Client with IP address x.x.x.x isnt allowed to connect to this MySql server" when trying to connect to MySql from Django? - TagMerge
1Why am I getting error "Client with IP address x.x.x.x isnt allowed to connect to this MySql server" when trying to connect to MySql from Django?Why am I getting error "Client with IP address x.x.x.x isnt allowed to connect to this MySql server" when trying to connect to MySql from Django?

Why am I getting error "Client with IP address x.x.x.x isnt allowed to connect to this MySql server" when trying to connect to MySql from Django?

Asked 1 years ago
0
1 answers

MySQL permissions are such that you have to specify 'user'@'host' when defining privileges. My guess is that you didn't set the MySQL database user up correctly.

Read here to understand what I'm referring to.

Source: link

Recent Questions on django

    Programming Languages