PHPMYADMIN
how
to install php myadmin in ubuntu? Its a simple process to install php
my admin in ubuntu
after
this the installation of phpmyadmin completes
#
sudo
dpkg-reconfigure -plow phpmyadmin
after
this create a link file between phpmyadmin and apache2 (installation
depends on the earlier post)
if
you install lamp it will be reflected like this
#sudo
ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
after
this a link file will be created between myadmin and apache
then
restart the server
#
sudo /etc/init.d/apache2 restart
after
this go to browser and type like http://localhost/phpmyadmin
No comments:
Post a Comment