install php apache mysql phpmyadmin
Posted by in LinuxOn 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
Related posts
You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.

Hi,
I have one doubt.
Mysql and phpmyadmin are same or different?
I know the answer.. If it is different means i want to know the reason.
Hello Arun,
Mysql and phpmyadmin are different. Phpmyadmin is an interface “written by php” to administrate mysql easly. You can ask any questions if you have.