What is LAMP? LAMP is a simple. LAMP is ->
L inux
A pache
M ysql
P hp
and it's not difficult to install!
At the first time, we can open the shell ... I love it ... ihihih :)
innovatel@silente:~$ sudo apt-get update
[sudo] password for innovatel: <add password>
innovatel@silente:~$ sudo apt-get install phpmyadmin mysql-server
That's all! During the process installation, we can answer at two question: the kind of server for phpmyadmin (I selected apache2) and the root password for mysql. Nothing to do :)
If you want to try apache webserver, you can open the browser and type:
http://localhost/phpmyadmin/
or
http://IPMachine/phpmyadmin/
Bye bye ... :)
ps -> it's my first post in english about a technical argument :)Etichette: Linux, MySQL, Php, Ubuntu