MySQL Forums
Forum List  »  PHP

Re: MySQL 5 & PHP 4.4.2?
Posted by: Eric Braswell
Date: April 06, 2006 11:15PM

"I am assuming that this issue is that PHP 4 did not know about MySQL 5 and therefore something needs updating, but being that I am not a PHP person, I don't know where to start. Can anybody give me any pointers? "

It depends entirely on how PHP was compiled. You can use PHP 4 with MySQL 5 (and vice-versa) just fine if you complile it against the appropriate mysql libraries (e.g. compiled with --with-mysql=/usr/local/mysql). In your case, it was compiled against the client libraries for a _very_ old version. I'm generalizing here... you probably want to have a look at the PHP installation documentation:

http://www.php.net/manual/en/install.php

How did you install PHP, and on what platform?

Options: ReplyQuote


Subject
Written By
Posted
April 05, 2006 11:58AM
Re: MySQL 5 & PHP 4.4.2?
April 06, 2006 11:15PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.