I have this error: when i try to see my seb l2sky.no-ip.org
Code:Warning: mysql_connect() [function.mysql-connect]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:3306) in C:\AppServ\www\config\_config_procs.php on line 3 Warning: mysql_connect() [function.mysql-connect]: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\AppServ\www\config\_config_procs.php on line 3 Fatal error: Maximum execution time of 60 seconds exceeded in C:\AppServ\www\config\_config_procs.php on line 3
i got it from windows 2008 server but when i have win xp everything work perfect, i must change comsthing??
the file config_proces:
Code:<?php $L2JBS_config["javascript_sort_method"]="bubble"; $link = mysql_connect($L2JBS_config['mysql_host'].":".$L2JBS_config['mysql_port'], $L2JBS_config['mysql_login'], $L2JBS_config['mysql_password']); if (!$link) die("Couldn't connect to MySQL"); @mysql_select_db($L2JBS_config['mysql_db'], $link) or die ('Error '.mysql_errno().': '.mysql_error()); ?>


Reply With Quote


