Skip to content

Install Apache2, PHP5, PHPmyAdmin, MySQL

Hello,

I will just show how to quickly install Apache 2, PHP5, MYSQL and PHPmyAdmin in Ubuntu.

Install apache2 with:

$ sudo apt-get install apache2

Install PHP5:

$ sudo apt-get install php5 php5-common php5-cli

Install MYSQL:

$ sudo apt-get install mysql-client mysql-server

(During the installation it will ask you password for root user of MySQL)

Install PHPMyAdmin:

$ sudo apt-get install phpmyadmin

(It will ask the MySQL password and of the PHPMyAdmin user)

Best Regards,
Matheus

Published inAprendendoLinuxMySQLphp

1,576 Comments

  1. Aw, this was an extremely good post. Finding the time and actual effort to make a good article… but what can I say… I procrastinate a lot and never manage to get nearly anything done.

  2. Can I simply say what a comfort to discover somebody that really knows what they’re discussing on the web. You certainly realize how to bring an issue to light and make it important. More people really need to check this out and understand this side of your story. I was surprised you’re not more popular because you definitely possess the gift.

Leave a Reply

Your email address will not be published. Required fields are marked *