Does PHP 4.4 work with mySQL 5.0?

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
guarriman
Forum Commoner
Posts: 44
Joined: Thu Nov 03, 2005 4:11 am

Does PHP 4.4 work with mySQL 5.0?

Post by guarriman »

Hi.

I've got mySQL 4.1.22 installed from sources

Code: Select all

 
./configure --prefix=/usr/local/mysql
 
and PHP 4.4.2 installed from sources

Code: Select all

 
./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql
 
I want to upgrade mySQL from 4.1.22 to 5.0.5 by doing:
1) export DB
2) stop mySQL daemon
3) mv /usr/local/mysql /usr/local/mysq.4
4) install mySQL 5.0.5 (./configure --prefix=/usr/local/mysql)
5) start mySQL daemon
5) import DB

Does PHP 4.4 work with mySQL 5.0 or must I upgrade mySQL libraries?

Thank you very much.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: Does PHP 4.4 work with mySQL 5.0?

Post by s.dot »

Yes, it works with mysql 5.0.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply