writer Posted April 1, 2008 Share Posted April 1, 2008 My phpMyAdmin is running MySQL client version 4.1.22, while localhost is running server version 5.0.51a. Does anyone know a way that I can update phpMyAdmin's php version? Quote Link to comment Share on other sites More sharing options...
rhodesa Posted April 1, 2008 Share Posted April 1, 2008 The client is built into PHP, not phpMyAdmin. Try upgrading PHP. You also may be able to get away with just upgrading the mysql extension and not all of PHP. For further help, please supply what Operating System and PHP version you are using. Quote Link to comment Share on other sites More sharing options...
writer Posted April 4, 2008 Author Share Posted April 4, 2008 I ended up devolving my MYSQL install back to 4.11.whatever to match what phpMyAdmin was looking for -- and as I looked further into the problem, that seems to be the only solution. phpMyAdmin does not release single updates to their phplib file. Eventually, I needed database functions that were only in MYSQL 5, and upgraded back. At the end of the day, I guess my conclusion is this: It's a problem, but it's not a problem. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.