Thursday, February 14, 2013

Install phpmyadmin

This is how we install phpmyadmin is LAMP stack

apt-get install phpmyadmin

nano /etc/apache2/apache2.conf

and add following code

Include /etc/phpmyadmin/apache.conf

then restart apache

service httpd restart

or

/etc/init.d/apache2 restart

 

access at

localhost/phpmyadmin

or

ip address/phpmyadmin

or

domainname/phpmyadmin

No comments:

Post a Comment