Warning: 
mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (11)
 in /www/www.judobund.de/documents/yum/lib/Database.php on line 150

145    *
146    * Stellt eine Verbindung zu der in $this->location angegebenen Datenbank her
147    */
148    function connect() {
149        $this->deconstruct_location();
150        $this->db mysql_connect($this->host$this->user$this->password)

151            or die("Verbindungsaufbau zum SQL-Server ist fehlgeschlagen.");
----------------
Debug backtrace:
----------------
@ >/yum/lib/Debug.php:460 -- Debug::backtrace()
@  -- _error_handler(+)
@ >/yum/lib/Database.php:150 -- mysql_connect(+)
@ >/yum/lib/Database.php:134 -- Database->connect()
@ >/yum/lib/Database.php:67 -- Database->select_db()
@ >/yum/lib/DbSelect.php:76 -- Database->query(+)
@ >/yum/lib/ObjectModel.php:130 -- DbSelect->init(+)
@ >/aktuelles/_controller.php:36 -- ObjectModel->find(+)
@ >/yum/lib/Dispatcher.php:447 -- _Controller->details()
@ >/yum/lib/Dispatcher.php:44 -- Dispatcher->_execute_action(+)
@ >/yum/_dispatch.php:70 -- Dispatcher->dispatch()
Verbindungsaufbau zum SQL-Server ist fehlgeschlagen.