Connecting PHP 4 to MySQL 5
20
Aug
I recently upgraded one of our MySQL servers from 4.1.22 to 5.1.26. In the process of upgrading, I dumped all the databases, uninstalled MySQL then installed a clean copy of 5.1.26. Then I manually created all the users and schemas by hand, then restored our backups to the new install. Everything went smoothly and all the servers that had PHP 5.x installed could connect with no problems (because they used the latest version of the MySQL client API.)
(more…)
Posted by Toby Simmons in Web Development in 2008 at 3:29:01 pm
Tags: mysql, php, php4 ... No comments
Tags: mysql, php, php4 ... No comments
Upgrading PHP from 4 to 5 on IIS
05
Jan
I needed to make some notes when starting the process of upgrading all our IIS web servers from PHP4 to PHP5. I have found a few gotchas (which might only apply in our circumstance.)
(more…)
Posted by Toby Simmons in Web Development in 2008 at 3:38:41 pm
Tags: iis, install, php4, php5, upgrade, Web Development, windows ... 1 comment
Tags: iis, install, php4, php5, upgrade, Web Development, windows ... 1 comment