Results 1 to 5 of 5

Thread: How Do You Upgrade To PhpMyAdmin 3.4.5?

  1. #1
    Join Date
    Jul 2009
    Beans
    571
    Distro
    Ubuntu 10.04 Lucid Lynx

    How Do You Upgrade To PhpMyAdmin 3.4.5?

    Hi,

    I am hosting a simple web application with Ubuntu 10.04 LTS, and LAMP installed. After that I ran:

    Code:
    sudo apt-get install phpmyadmin
    Now, I want to upgrade PHPMYADMIN to 3.4.5, it's the latest version as of now.

    Can you recommend a good tutorial because I might mess up my installation, I haven't found a decent one online yet.

    Thanks.
    It's OK, everything we know will become obsolete at some time.

  2. #2
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How Do You Upgrade To PhpMyAdmin 3.4.5?

    Hey there - you can get the latest PhpMyAdmin by adding this PPA:
    https://launchpad.net/~nijel/+archive/phpmyadmin

    Enjoy!

  3. #3
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How Do You Upgrade To PhpMyAdmin 3.4.5?

    Thought I might give some more instructions. After adding that PPA, run this to install the latest:
    Code:
    sudo apt-get update
    then:

    Code:
    sudo apt-get install phpmyadmin

  4. #4
    Join Date
    Jul 2009
    Beans
    571
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How Do You Upgrade To PhpMyAdmin 3.4.5?

    Oh wow that easy! Thanks so much.

    I've installed Ubuntu Tweak along so I can monitor my PPA's.

    Thanks ubudog.
    It's OK, everything we know will become obsolete at some time.

  5. #5
    Join Date
    Jul 2009
    Beans
    571
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How Do You Upgrade To PhpMyAdmin 3.4.5?

    It worked!

    I just needed to remember the ADMIN password to handle MySQL Databases and it asked me if I were to replace my config.php.inc - I said keep my configuration.

    Thanks ubudog.
    It's OK, everything we know will become obsolete at some time.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •