Firefox 16, a treat for developers http://t.co/cnd27CzT
Howto Install LAMP in Debian Sqeeze
LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language.
In this quick tutorial we will explain you how to install LAMP SERVER on Debian Squeeze (For newbies)
The installation of Lamp server in Debian Sqeeze will be done in 3 steps :
1- Install apache2 + php5
Apache is one of the most famous web server which runs on most linux based servers. With just few commands you can configure apache to run with PHP 5.
root@unixmen-debian6:~# apt-get install apache2 php5 libapache2-mod-php5
your normal web folder is located in /var/www/
Now lets check if php is corectly installed
vi /var/www/test.php
and add
{codecitation}<?php phpinfo(); ?>{/codecitation}
save and exit
Now open browser with http://ip/test.php

2. Installing MySQL Database Server
To install MySQL, as root enter the following command:
apt-get install mysql-server mysql-client php5-mysql
in this installation you will get a windows to insert your root mysql password
- Or yon can add it manually later with :
mysql -u root
mysql> USE mysql;
mysql> UPDATE user SET Password=PASSWORD('your-password') WHERE user='root';
mysql> FLUSH PRIVILEGES;
3. Install PhpMyAdmin
Phpmyadmin is easy webtool to manage you databases to install it :
apt-get install phpmyadmin
Choose the webserver that you want to use , in my case is apache2

Now open your browser with http://ip/phpmyadmin


Enjoy and feel free to ask
-
http://all-tech-thoughts.blogspot.com
-
http://enteryoursiteURL...
-
http://enteryoursiteURL...
-
-
http://molvray.com/govforum/
-
-
http://binaryemotions.com/en/
-
-
-
-
-
Like us on Facebook
This week Top Posts 
Top Things to do After Installing Ubuntu 13.04 ‘Raring Ringtail’ : Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled for release on Apri...0 comment(s) |
Howto: Upgrade to Ubuntu 13.04 Raring Ringtail from 12.04, 12,10 | Desktop & Server : Updated 05-04-2013: Ubuntu 13.04 Raring Ringtail will be released Soon, If you have ubuntu 12,10, 12...0 comment(s) |
Unix/Linux File Recognition. Did You Know? : Did you know that Unix and Linux has no concept of a file extension? What is a file name extension?
...0 comment(s) |
Install lamp with 1 command in Ubuntu 12.10, 13.04 Raring Ringtail & LinuxMint13 : Updated: 10/09/2012 :LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform ...0 comment(s) |
Howto- Resolve nosound problem on Ubuntu 13.04 Raring Ringtail,12.10 and Older : Updated 05/04/2013 : One of the common issues facing Ubuntu users after installing or upgrading Ubun...0 comment(s) |
Configure conky-Lua in Ubuntu (12.10 & 13.04 Raring Ringtail), Fedora, debian and LinuxMint | Howto Conky : Updated 05-04-2013: Conky is a free, light-weight system monitor for X, that displays any informatio...0 comment(s) |
Recent Posts
- Unix/Linux File Recognition. Did You Know?
- Migrate from MySQL to MariaDB in FreeBSD
- Connect Your Android Galaxy Tablet to Ubuntu via USB
- ElementaryOS Beta 1 and 2 Comparison and Review
- Introduction to the Linux Command Line
- A Secure Password
- Linux Kernel 3.10. It’s BIG!
- Monitoring Users Activity Using psacct or acct Tools in Linux
- Run Your Own Social Network Using elgg on RHEL / CentOS and Scientific Linux
- Getting Debian 7.0 ‘Wheezy’ Up and Running
Recent Comments



















SK
| #
Thanks for the comment Abdullah. Stay tuned with us always.
Abdullah Musazai
| #
Thank you for such a great service you always do, hope you gain more power and more energy to work more & more
Dominik Bauer
| #
thx a lot!
Maximiliano Osorio
| #
Osom. Thank you.
Sam
| #
Thanks much. It worked like a charm.