https://bugzilla.wikimedia.org/show_bug.cgi?id=29529
--- Comment #2 from [email protected] 2011-06-23 07:56:22 UTC --- (In reply to comment #1) > It isn't clear to me what the difference is between your installs that > would cause the problem. Have you changed your LocalSettings.php > file? The LocalSettings.php of my old installs were customised, but I did not change them after upgrading. For the fresh test install, I just uploaded the LocalSettings.php provided by the installer without any change. > What are the $wgDB* variables? (password not necessary) Here is what I have for the test install. # grep wgDB LocalSettings.php $wgDBtype = "mysql"; $wgDBserver = "localhost"; $wgDBname = "mydatabase"; $wgDBuser = "myuser"; $wgDBpassword = "mypassword"; $wgDBprefix = ""; $wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary"; $wgDBmysql5 = false; > What does "dpkg -l php5-mysql mysql-server mysql-client libmysqlclient16" > show? Thanks for asking, I noticed that I still had the lenny version of MySQL (5.0). Here is the results after upgrading: ii libmysqlclient16 5.1.49-3 MySQL database client library ii mysql-client 5.1.49-3 MySQL database client (metapackage depending on the latest version) ii mysql-server 5.1.49-3 MySQL database server (metapackage depending on the latest version) ii php5-mysql 5.3.3-7+squeeze1 MySQL module for php5 Unfortunately the upgrades does not solves the problem. The syslog messages are slightly different (see attachment #2), but I'm not sure it is relevant. Matteo -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
