Nietzsche says "God is dead" God says "Nietzsche is dead "
Header image

install php apache mysql phpmyadmin

Posted by ALonon in Linux

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

Related posts

You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.

3 Responses

  • Arun.K.T.S says:

    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.

  • admin says:

    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.



Leave a Reply