I have a fresh new application that now I'm supposed to install in another computer, I'm connected to the same network, and the application runs fine in my computer, but not the others I get System.InvalidOperationException: Connection must be valid and open, the server has the DB and I'm able to connect to the server using its ip, however the other computer is not, it connects properly if I put the ip that the server has by default on the same subnet its ip is 192.168.1.130 however the ip I use in my computer is 220.104.1.X and it connects fine but in the other no, I'm doing something wrong? the connection string is as follows:
myConnectionString = "Server=201.122.204.102; Port=3306; Database=basedatos; Uid=root; Pwd=root;";