--- alx-src/branches/alx-web-070/include/config.inc.php 2016/02/08 09:16:29 8510 +++ alx-src/branches/alx-web-070/include/config.inc.php 2016/02/08 09:27:56 8516 @@ -10,7 +10,7 @@ } // Datenbankverbindungs-Konfiguration -$dbhost = "127.0.0.1"; +$dbhost = "mcored"; // -> /etc/hosts 127.0.0.1 mcored required, >php-5.4 uses the certificate common name as issuer $dbname = "mcore"; $dbuname = "alx_install"; $dbpass = "@lx";