There was an error in the database and the scripts execution was halted.

Lost connection to MySQL server during query

In /home/eemap/org/wiki/libs/class_database.php on line 38:

36:     function connect()
37:     {
38:         $this->conn = mysql_connect($this->host, $this->user, $this->password) or $this->error(mysql_error(), __LINE__, __FILE__);
39:         $this->serverVersion = explode('.', preg_replace('/^(\d+)\.(\d+)\.(\d+)(.*?)$/', '\1.\2.\3', mysql_get_server_info()));
40:         $this->select_db();