sanders Asked: 2010-08-02 22:37:59 +0800 CST2010-08-02 22:37:59 +0800 CST 2010-08-02 22:37:59 +0800 CST Installing my mysql adapter properly 772 I am running on ubuntu 10.04. Can someone tell me how to isntall: PHP5 MySQL with support for PDO All tutorials I've found are a bit old. ubuntu mysql php5 pdo 1 Answers Voted Best Answer Janne Pikkarainen 2010-08-03T02:16:41+08:002010-08-03T02:16:41+08:00 sudo apt-get install apache2 php5 php5-mysql php-db mysql-server mysql-client That should get you going. Possibly replace apache2 with the webserver software of your choice.
That should get you going. Possibly replace apache2 with the webserver software of your choice.