Host is not allowed to connect to this MySQL server!

Figured it out guys! For future reference to anyone having this problem, I did the following command ALTER USER ‘USERINSERVER.CFG’@‘localhost’ IDENTIFIED WITH mysql_native_password BY ‘PASSWORD’;

1 Like