Skip to main content

GHost '' is not allowed to connect to this MySQL serverConnection closed by foreign host.

grant all privileges on *.* to root@'%' identified by '*****' with grant option;
Need to give privileges to root user if you want to connect with the mysql server with root user remotely.

Comments