Archive for May, 2009

Saturday, May 30th, 2009 at 2:06pm

Install PHP and MySQL

Posted by Brian Higgins in Ubuntu

$ sudo apt-get install apache2
$ sudo apt-get install php5
$ sudo apt-get install libapache2-mod-php5
$ sudo apt-get install mysql-server

$ sudo apt-get install php5-mysql
$ sudo /etc/init.d/apache2 restart
$ sudo apt-get install phpmyadmin
http://localhost/ maps to /var/www

config.inc.php can be found in /etc/phpmyadmin

© 2009 B r i a n H i g g i n s . c o m: . :   Just   Another   Personal   Website   : .