install php apache mysql phpmyadmin

Written by admin on January 1, 2009  509 views

On ubuntu and kubuntu systems you can install php5 apache2 mysql and phpmyadmin with this command

sudo apt-get install apache2 php5 php5-mysql php5-gd mysql-server phpmyadmin

To enable mod_rewrite run this:

sudo ln -sfn /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/
sudo /etc/init.d/apache2 restart

Subscribe to my RSS feed

One Comment to “install php apache mysql phpmyadmin”

  1. install php apache mysql phpmyadmin | PHP-Blog.com Says:

    [...] here to see the original: install php apache mysql phpmyadmin Related ArticlesBookmarksTags PHP PHP is a computer scripting language. Originally [...]

Leave a Comment