php
php has to be installed with mysql support
if you installed php from source add this to your ./configure :
--with-mysql=/location/to/mysql
php has to be installed with mysql support
if you installed php from source add this to your ./configure :
--with-mysql=/location/to/mysql
Comment