xxxxxxxxxx
you need to install php-mysql
sudo apt-get install php-mysql
xxxxxxxxxx
could not find driver
PRAGMA foreign_keys = ON;
// incomment following two line from PHP.ini
extension=pdo_sqlite
extension=sqlite3
xxxxxxxxxx
You need to have a module called pdo_mysql. Looking for following in phpinfo(),
pdo_mysql
PDO Driver for MySQL, client library version => 5.1.44