How to install phpmyadmin on Ubuntu 12.04


SUBMITTED BY: Guest

DATE: Jan. 8, 2015, 4:29 p.m.

FORMAT: Text only

SIZE: 2.0 kB

HITS: 758

  1. How to install phpmyadmin on Ubuntu 12.04
  2. Phpmyadmin is a free web tool used to administrative MySQL database. You can perform all major tasks like creating , deleting and modifying databases. you can also repair and optimize tables with a single click .
  3. Install phpmyadmin on ubuntu 14.04 :
  4. Before proceeding with phpmyadmin installation, you must have webserver configured in your machine .Here we choose LAMP ( Apache, Mysql and PHP ) stack for webserver . Please follow the links to configure LAMP server .
  5. After configuring LAMP server, you can continue with below steps to install and configure phpmyadmin.
  6. – Step 1: Update system Ubuntu using below command
  7. sudo apt-get update
  8. 1
  9. sudo apt-get update
  10. – Step 2: Install phpmyadmin use below command
  11. sudo apt-get install phpmyadmin
  12. 1
  13. sudo apt-get install phpmyadmin
  14. Install-phpmyadmin-ubuntu14-04
  15. I just choose “apache2″
  16. – Step -3: Now you will be prompted for mysql database configuration. I just choose “No” as we already configured mysql server manually and enter to complete the installation.
  17. Install-phpmyadmin-ubuntu-14-04-1
  18. – Step 5: Now open http://serverip/phpmyadmin in the browser. Username and password will as username and password on Mysql. See the images like below
  19. 599x204xInstall-phpmyadmin-ubuntu-14-04-2.png.pagespeed.ic.98IYNu0gX_9H7-p8MTeG
  20. If you see “Not Found”, open file /etc/apache2/apache2.conf
  21. nano /etc/apache2/apache2.conf
  22. 1
  23. nano /etc/apache2/apache2.conf
  24. Insert to the bottom of file:
  25. # phpMyAdmin Configuration Include /etc/phpmyadmin/apache.conf
  26. 1
  27. 2
  28. # phpMyAdmin Configuration
  29. Include /etc/phpmyadmin/apache.conf
  30. Restart apache:
  31. service apache2 restart
  32. 1
  33. service apache2 restart
  34. If you have any questions, please ask!
  35. http://nowquestion.net/questions/how-to-install-phpmyadmin-on-ubuntu-14-04

comments powered by Disqus