How to install phpmyadmin on ubuntu 14.04
Phpmyadmin is a free web tool used to administrative MySQL database. You can perform all major tasks like creating ,
1. Apache2 installation
2. Mysql installation
open the path “http://localhost/phpmyadmin” in the browser , you will prompted for username and password . just type Mysql root username and password given during the Mysql installation
If you are getting “Page not found” issue .Include the below line in /etc/apache2/apache2.conf file.
" Include /etc/phpmyadmin/apache.conf "
after that command
sudo /etc/init.d/apache2 restart
Enjoy :)
if there is an ISSUE in password then
click here
Phpmyadmin is a free web tool used to administrative MySQL database. You can perform all major tasks like creating ,
1. Apache2 installation
sudo apt-get update
2. Mysql installation
sudo apt-get install phpmyadmin
"During the installation, You will prompted to choose the type of web server . just choose “apache2″.
"
Now you will be prompted for mysql database configuration, just choose “No” as we already configured mysql server manually and hit enter to complete the installation
open the path “http://localhost/phpmyadmin” in the browser , you will prompted for username and password . just type Mysql root username and password given during the Mysql installation
If you are getting “Page not found” issue .Include the below line in /etc/apache2/apache2.conf file.
" Include /etc/phpmyadmin/apache.conf "
after that command
sudo /etc/init.d/apache2 restart
Enjoy :)
if there is an ISSUE in password then
click here
No comments:
Post a Comment