PostgreSQL and Mediawiki 1.12.0
Fragment of a discussion from Extension talk:DumpHTML
I have a similar problem which I cant solve:
DB connection error: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstel le nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergest ellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat. (localhost)
- Mediawiki 13.3, Win7, Mowes webserver, just installed php5.3 without webserver support to execute the dumpHTML.php
- I can trace the problem to occur in includes/db/Loadbalancer.php function reallyOpenConnection, $db = new $class( $host, $user, $password, $dbname, 1, $flags ); just times out
- database class is DatabaseMysql (I cant find the source), host, database name, user and password are correct
- any help?
—The preceding unsigned comment was added by an unknown user on a unknown date.