Pages

Tuesday, March 2, 2010

Creating PHPMYADMIN in Ubuntu

As we know the phpmyadmin is feasible and is so familiar for the user who has been using wamp and xampp. But while installing the Apache, mysql, and php5 specifically not as the whole package like (LAMP), then it becomes problem to display it in ubuntu. Never mind we have the solution for it:

1. Use the command :-
        sudo apt-get install phpmyadmin

2.Open Apache config file and then add this line in it.
       Include /etc/phpmyadmin/apache.conf
  
    While editing it, open it in the edit format, to do it use this command:-
      sudo gedit /etc/apache2/apache2.conf

3. Restart Apache to see the isntall visibity
     sudo /etc/init.d/apache2 restart

1 comment:

  1. This is what exactly i was looking as i am new babie in ubuntu.. Thank you

    ReplyDelete