Installing PDO_MYSQL

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

你可能感兴趣的:(apache,PHP,mysql,ubuntu)