Avatar of Anthony Matovu
Anthony Matovu
Flag for Uganda

asked on 

failing to connect to mysql server

Help :

I am failing to connect to a remote mysql server with an error message,

message from server: "Host 'h11fe.n1.ips.mtn.co.ug' is not allowed to connect to this MySQL server"

below is my connection string

String url = "jdbc:mysql://162.214.91.170/datranco_datrandb";
            //       String username = "datranco_main";
            //       String password = "%987";
JavaMySQL Server

Avatar of undefined
Last Comment
arnold

8/22/2022 - Mon