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 Link to comment https://forums.phpfreaks.com/topic/3124-howto-upgrade-mysql-clinet-api/ 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. Link to comment https://forums.phpfreaks.com/topic/3124-howto-upgrade-mysql-clinet-api/#findComment-10495 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.