PDA

View Full Version : مشکل با اتصال با دیتابیس بعد از بستن هر کانکشن



tux-world
شنبه 29 مهر 1391, 20:07 عصر
سلام. مشکل این خطا چی میتونه باشه؟
Warning: mysql_connect() [function.mysql-connect]: [2002] A connection attempt failed because the connected party did not properly respond after a period of time, or established connecti (trying to connect via tcp://localhost:3306) in C:\xampp\htdocs\takhmis\class\AFactory.class.php on line 24 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:\xampp\htdocs\takhmis\class\AFactory.class.php on line 24 Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\takhmis\class\AFactory.class.php on line 25 Warning: mysql_query() expects parameter 2 to be resource, boolean given in C:\xampp\htdocs\takhmis\class\AFactory.class.php on line 26 این چند خطی که خطا میده اینا هستن:
public function getDBO() { $linkConnection = mysql_connect ($this->DBhost , $this->DBuser , $this->DBpass); mysql_query("set charset set utf8", $linkConnection); mysql_query("set names 'utf8'", $linkConnection); return mysql_select_db($this->DBname) ? TRUE : FALSE; }

Unique
یک شنبه 30 مهر 1391, 02:13 صبح
داره timeout میده ! نمیتونه به Mysql server شما وصل بشه و بعد از مثلا 30 ثانیه timeout میده.