MySQL connect ........

all we know the MySQL connect string ( PHP script ) would be :

mysql_connect("localhost", "username", "password");

but some of the web-hosting like F2S would be :

mysql_connect("servername:port", "username", "password");

other else ??

 

 

 

 

Top