25.01.2013, 07:25
Use
where the port is defined at the last parameter, (3306). Good luck!
pawn Code:
//wherever you have this in your script, add the port at the end.
mysql_connect("localhost", "root", "database", "password", 3306);