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

How to connect mysql server with custom port?(using BlueG's plugin R6_2)
Reply
#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
#3

Quote:
Originally Posted by airplanesimen
View Post
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!
Can you give me the include?Mysql R6_2
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)