Category Archive: MySql

Mar
29

Install Apache2, Php5 and MySql on Ubuntu 9.10

Step 1. List of libraries needed for Apache2, Php5 and MySql for Ubuntu: apt-get update apt-get install  apache2 libapache2-mod-php5 mysql-server libapache2-mod-auth-mysql php5-mysql php5 Step 2. Turn on php module to work with Apache: a2enmod php5 Step 3. If you have .phtml or .pl file, remember to add to the follwing line to apache configuration file …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=290