PhpMyAdmin is a nice database management and administration tool,and its easy to install too. The steps are given below :
Type the following line in the Terminal:
After the installation is over type the following command to open up this file:
Add the following line of code inside apache2.conf file :
Include /etc/phpmyadmin/apache.conf
Now restart the Apache by typing in the following command:
Now open up the given page in your browser:
Now you should be able to see the phpMyAdmin landing page !
Type the following line in the Terminal:
apt-get install phpmyadmin
After the installation is over type the following command to open up this file:
gksudo gedit /etc/apache2/apache2.conf
Add the following line of code inside apache2.conf file :
Include /etc/phpmyadmin/apache.conf
Now restart the Apache by typing in the following command:
sudo /etc/init.d/apache2 restart
Now open up the given page in your browser:
http://localhost/phpmyadmin/
Now you should be able to see the phpMyAdmin landing page !
No comments:
Post a Comment