I trying to learn PDO and I think I need to install the driver for mysql.
When I run this command: print_r(PDO::getAvailableDrivers());
I get sqlite2 as my only driver.
I tried pecl install pdo_mysql but it fails at phpize?
any help is appreciated
fedora core 5, apache 1.3, php5.1.4, mysql 4.x
When I run this command: print_r(PDO::getAvailableDrivers());
I get sqlite2 as my only driver.
I tried pecl install pdo_mysql but it fails at phpize?
any help is appreciated
fedora core 5, apache 1.3, php5.1.4, mysql 4.x