PHP 5.x and MySQL server 3.22

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
miranl
Forum Newbie
Posts: 1
Joined: Tue Dec 15, 2009 2:28 am

PHP 5.x and MySQL server 3.22

Post by miranl »

Hello.

I try to connect to MySQL server 3.22 (from PHP 5.2), but because this is a very old version I got some problems.
The documentation says that PDO_MYSQL should support also the 3.x versions of mysql server, but in practise it says that only version over 4.x are support.

The only drivers that is working is 'mysqli', but i have some toughts using it because the documentation says that mysqli work only with
mysql > 4.x.

Does anyone have some experience on that topic?
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Re: PHP 5.x and MySQL server 3.22

Post by daedalus__ »

why are you using mysql 3? it's.. pretty old...
Post Reply