0

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.

John Gardeniers
  • 27,458
  • 12
  • 55
  • 109
sanders
  • 103
  • 2
  • 12

1 Answers1

1
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.

Janne Pikkarainen
  • 31,852
  • 4
  • 58
  • 81