You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL Error 1130: Host '192.168.21.233' is not allowed to connect to this MySQL server
I have this user and host in the mysql.user and granted all the privileges, and also the target. Can you please advise?
By the way, when I run this command mysql -u -h 192.168.21.233 -p Im able to connect to mysql so how come the 192.168.21.233 is not allowed to the SQL server?
Many thanks!
Kind Regards,
jsdizon
The text was updated successfully, but these errors were encountered:
Hi @mmatuson
I have an error when Im running this command,
schemasync --tag="client1" mysql://root:[email protected]:3306/client mysql://root:[email protected]:3306/production_client
getting this error,
MySQL Error 1130: Host '192.168.21.233' is not allowed to connect to this MySQL server
I have this user and host in the mysql.user and granted all the privileges, and also the target. Can you please advise?
By the way, when I run this command mysql -u -h 192.168.21.233 -p Im able to connect to mysql so how come the 192.168.21.233 is not allowed to the SQL server?
Many thanks!
Kind Regards,
jsdizon
The text was updated successfully, but these errors were encountered: