LAMP beginner

Davinder Kumar me at davinder.in
Fri Oct 29 17:13:20 UTC 2010


On 29 October 2010 22:27, Ashim Kapoor <ashimkapoor at gmail.com> wrote:
> Dear All,
>
> I am starting LAMP programming with Ubuntu OS.  I wish to know, the MySql
> server --> how do i set up it's ip / hostname?
#sudo apt-get install apache2
#sudo apt-get install php5 libapache2-mod-php5
#sudo apt-get install mysql-server mysql-server
#sudo apt-get install phpmyadmin
#sudo apt-get install libapache2-mod-auth-mysql php5-mysql
#sudo /etc/init.d/apache2 restart

set   password  according to your choose
and check  on bowers

http//:localhost
 http//:localhost/phpmyadmin

do this.
Best of luck.




More information about the ubuntu-users mailing list