PHP 5.x and MySQL server 3.22
Posted: Tue Dec 15, 2009 2:37 am
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?
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?