Home > PHP > Installing mySQL PDO drivers (Ubuntu)

Installing mySQL PDO drivers (Ubuntu)

May 13th, 2011

If you’re on ubuntu, try apt-get :

sudo apt-get install php5-mysql

which should make

/usr/lib/php5/20060613+lfs/pdo.so

and PDO will be available after an apache restart

PHP

Comments are closed.