Hello, in easyapache when i customize based on current profile, i see that PDO Mysql optio is ticked.
In PHPInfo, i see this part:
'--with-mysqli=/usr/bin/mysql_config' '--with-pdo-mysql=shared'
Also i see in phpinfo:
PDO
PDO support enabled
PDO drivers sqlite, sqlite2
pdo_sqlite
PDO Driver for SQLite 3.x enabled
SQLite Library 3.7.7.1
But i do NOT see pdo_mysql section, only sqlite...
Does it mean pdo_mysql is bugy or how to check, enable it?
Thank you
In PHPInfo, i see this part:
'--with-mysqli=/usr/bin/mysql_config' '--with-pdo-mysql=shared'
Also i see in phpinfo:
PDO
PDO support enabled
PDO drivers sqlite, sqlite2
pdo_sqlite
PDO Driver for SQLite 3.x enabled
SQLite Library 3.7.7.1
But i do NOT see pdo_mysql section, only sqlite...
Does it mean pdo_mysql is bugy or how to check, enable it?
Thank you