Warning: mysql_connect(): Access denied for user: 'root261@localhost' (Using password: YES) in /home/httpd/vhosts/gruene-boerde.de/httpdocs/libs/class_database.php on line 65
Database error
There was an error in the database and the scripts execution was halted.
Access denied for user: 'root261@localhost' (Using password: YES)
In /home/httpd/vhosts/gruene-boerde.de/httpdocs/libs/class_database.php on line 65:
63:   function connect()
64:   {
65:     $this->conn = mysql_connect($this->host, $this->user, $this->password) or $this->error(mysql_error(), __LINE__, __FILE__);
66:     $this->serverVersion = explode('.', preg_replace('/^(\d+)\.(\d+)\.(\d+)(.*?)$/', '\1.\2.\3', mysql_get_server_info()));
67:     $this->select_db();