25.01.2013, 07:14
How to connect mysql server with custom port?(using BlueG's plugin R6_2)
//wherever you have this in your script, add the port at the end.
mysql_connect("localhost", "root", "database", "password", 3306);