How to connect mysql server with custom port?(using BlueG's plugin R6_2)
#2

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


Messages In This Thread
How to connect mysql server with custom port?(using BlueG's plugin R6_2) - by yxliang - 25.01.2013, 07:14
Re: How to connect mysql server with custom port?(using BlueG's plugin R6_2) - by denNorske - 25.01.2013, 07:25
Re: How to connect mysql server with custom port?(using BlueG's plugin R6_2) - by yxliang - 26.01.2013, 16:07

Forum Jump:


Users browsing this thread: 3 Guest(s)