PDA

View Full Version : SQL problem


ahmed-samara
03-31-2009, 05:36 PM
Hello friends

i have error in database

- i stop the hacks
- i repair tables
- i called the host to make restart for the server
- fixed all the problems in database SQL
- i update the forum to 3.8.1

Nothing can fix this SQL problem

always this alarm come to my email

mysql_pconnect() [<a href='function.mysql-pconnect'>function.mysql-pconnect</a>]: Link to server lost, unable to reconnect
/home/aljawarh/public_html/vb/includes/class_core.php on line 311

and that is the error code n/311 in class_core.php

$link = $this->functions[$usepconnect ? 'pconnect' : 'connect']("$servername:$port", $username, $password);

anybody have Idea

Lynne
03-31-2009, 05:39 PM
That's a server problem. You'll need to talk to your host about it.

ahmed-samara
03-31-2009, 05:45 PM
That's a server problem. You'll need to talk to your host about it.

thanks to your help ... but he maked restart .. what is the exactly problem if you have idea to tell him ?

Lynne
03-31-2009, 06:53 PM
The exact problem is that for some reason it is losing connection to mysql. You might find out by looking at your mysql error logs - if you don't know where they are, you'll have to ask your host to supply them/look at them.