wimke Posted December 30, 2005 Share Posted December 30, 2005 Hello, Because I use MySQL 4.1.13 and this version uses a new way to save passwords, I want to upgrade my MySQL client API from 3.23.49 to a higher level. How can I do that? I'm using now PHP 4.3.11 and have not the time to upgrade to PHP 5.x Thanks Quote Link to comment Share on other sites More sharing options...
fenway Posted December 30, 2005 Share Posted December 30, 2005 You should absolutely read this [a href=\"http://dev.mysql.com/doc/refman/4.1/en/upgrading-from-3-23.html\" target=\"_blank\"]refman page[/a], and then [a href=\"http://dev.mysql.com/doc/refman/4.1/en/upgrading-from-4-0.html\" target=\"_blank\"]this one too[/a]. You should be aware that this may require you to deal with PHP's [a href=\"http://www.php.net/mysqli\" target=\"_blank\"]improved MySQL libraries[/a] as well. BE SURE TO BACKUP EVERYTHING FIRST! Hope that helps. 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.