Steve VanSlyck wrote: > I've installed mowes. I know this isn't a PHP list but there's lots of > smart PHP peeples here. PHPMyAdmin announces the following on its home > page. Can someone sort me out on this? > > "Your PHP MySQL library version 5.0.67 differs from your MySQL server > version 5.1.35. This may cause unpredictable behavior." > > Which files are they talking about, that I need to remove? (I used to know > the answer but it's been over a year and I didn't have much of a > grounding even then.)
PHP links with a mysql client library, which is what communicates with the mysql server. Seems that you could upgrade that library (look for a package like libmysqlclient16). Using an older library should be safe. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
