11.03.2012, 04:05
(
Последний раз редактировалось eesh; 11.03.2012 в 04:55.
)
Which version are you trying to use? if R7 you'll need to have a threaded script for that. So try R6 (Not sure if thats the problem anyway)
Next thing you need to check is if you have some program running at that port. Usually Mysql runs on port 80 and skype blocks it. (R7 uses port 3306)
EDIT: Also before changing to R6 try
But I still recommend you to change to R6
Next thing you need to check is if you have some program running at that port. Usually Mysql runs on port 80 and skype blocks it. (R7 uses port 3306)
EDIT: Also before changing to R6 try
pawn Код:
mysql_connect(MySQL_HOST,MySQL_USER,MySQL_DATA,MySQL_PASS,80);