Skip to main content

Installing MySQL with phpMyAdmin

The fastest way to get started is to install LAMP using tasksel. Tasksel is a Debian/Ubuntu tool that installs multiple related packages as a co-ordinated “task” onto your system.

At a terminal prompt enter the following commands:

sudo apt-get update
sudo apt-get install -y tasksel
sudo tasksel install lamp-server

References

Get started with lamp applications

Adverts