Mar

3

PhpMyAdmin is a nice database management and administration tool, it is easy to install it, but some people are having problems making it work under apache, that’s because it needs configuration. I presume you already have LAMP installed and configured on your machine, if not, please read this post - Install and Configure LAMP on Ubuntu first.


Just in case you haven’t installed phpMyAdmin yet, type the following line in the Terminal:
apt-get install phpmyadmin

To set up under Apache all you need to do is include the following line in /etc/apache2/apache2.conf, first type the following command to open up this file:
gksudo gedit /etc/apache2/apache2.conf

Add the following line of code inside apache2.conf:
Include /etc/phpmyadmin/apache.conf

Now restart Apache:
sudo /etc/init.d/apache2 restart

Point your browser to: http://domain/phpmyadmin, you should be able to see the phpMyAdmin landing page now!

Related Article:
Create a Subdomain Virtual Host on Ubuntu



Similar Posts

Comments

Name (required)

Email (required)

Website

Speak your mind

9 Comments so far

  1. guns424 on March 13, 2008 11:53 am

    short, clear and simply works great! thanks for sharing this!

  2. Install and Configure LAMP on Ubuntu | highub.com - Open Source Web Development on March 14, 2008 9:37 am

    [...] Related Articles: Install and Configure phpMyAdmin on Ubuntu LAMP [...]

  3. Create a Subdomain Virtual Host on Ubuntu | highub.com - Open Source Web Development on March 14, 2008 10:33 am

    [...] Related article: Install and Configure phpMyAdmin on Ubuntu LAMP [...]

  4. Lighting up LAMP « Lijamez’s Weblog on June 2, 2008 5:07 pm

    [...] Credits: HowtoForge, Highub [...]

  5. R.Alamsha on July 28, 2008 8:23 pm

    I installed sugarcrm but could not run the install.php setup wizard. After installing phpmyadmin, everything works perfectly. THank you so much.

  6. admin on August 2, 2008 11:11 am

    hi, R.Alamsha, glad to know your problem’s solved. :)

  7. SaiKiran Chowdary Yarlagadda on September 16, 2008 2:41 am

    This was very Uaefull to me.Thankyou Dear.

  8. volto on September 22, 2008 2:02 pm

    excellent, thanks!

  9. Pradeeban on December 17, 2008 10:35 pm

    Nice work.
    Regards.

Sponsors




Links