Results 1 to 8 of 8

Thread: how can I upgrade phpmyadmin of zpanel on ubuntu 12.04

  1. #1
    Join Date
    Mar 2015
    Beans
    8

    how can I upgrade phpmyadmin of zpanel on ubuntu 12.04

    I am using the latest version of zpanel which comes with mysql 5.5.41 on phpmyadmin.But I need mysql 5.6 as I have to use both foreign key and full text search.
    Is it possible to upgrade phpmyadmin on latest zpanel version?
    How can I do this?
    Any suggestions would be appreciated.
    Last edited by sandyd; May 14th, 2015 at 02:25 AM. Reason: font

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: how can I upgrade phpmyadmin of zpanel on ubuntu 12.04

    What version of Ubuntu are you using,? Mysql-server is a meta package that is in the vivid repositories. Check here to see all the packages mysql-server installs.

  3. #3
    Join Date
    Mar 2015
    Beans
    8

    Re: how can I upgrade phpmyadmin of zpanel on ubuntu 12.04

    I'm using ubuntu 12.04 64 bits.
    I was following this question http://askubuntu.com/questions/42261...-5-6-using-ppa and did exactly what mentioned.Everything worked fine and got no error message.But instead of upgrading mysql to 5.6,it stay at 5.5 version which is the current one.

    Any suggestions?

  4. #4
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: how can I upgrade phpmyadmin of zpanel on ubuntu 12.04

    Did you try:

    Code:
    sudo apt-get -y purge mysql-server
    sudo apt-get -y autoremove
    sudo apt-get -y install software-properties-common
    sudo add-apt-repository -y ppa:ondrej/mysql-5.6
    sudo apt-get update
    sudo apt-get -y install mysql-server

  5. #5
    Join Date
    Mar 2015
    Beans
    8

    Re: how can I upgrade phpmyadmin of zpanel on ubuntu 12.04

    I used that same code again and it worked on second time.Now mysql 5.6 is installed.
    But when I run zpanel,I get the following error
    Critical Error: [0100] - Unable to connect or authenticate to the ZPanel database (zpanel_core).

    Please help.
    Last edited by cariboo; May 14th, 2015 at 07:06 PM. Reason: normalize font to comply with forum C of C

  6. #6
    Join Date
    Jul 2011
    Beans
    12

    Re: how can I upgrade phpmyadmin of zpanel on ubuntu 12.04

    We had the same problem on 12.04. Using the ondrej ppa worked for a while. Then Moodle started throwing errors. We migrated to 14.04. That is my recommendation.

  7. #7
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: how can I upgrade phpmyadmin of zpanel on ubuntu 12.04

    Quote Originally Posted by salim5 View Post
    I used that same code again and it worked on second time.Now mysql 5.6 is installed.
    But when I run zpanel,I get the following error
    Critical Error: [0100] - Unable to connect or authenticate to the ZPanel database (zpanel_core).

    Please help.
    Seeing as zpanel isn't available in the repositories, you will have to get help for your problem from them.

  8. #8
    Join Date
    Dec 2014
    Beans
    2,590

    Re: how can I upgrade phpmyadmin of zpanel on ubuntu 12.04

    Quote Originally Posted by salim5 View Post
    Critical Error: [0100] - Unable to connect or authenticate to the ZPanel database (zpanel_core).
    Well, purging the database server obviously erases the databases ...

    Running the installer for ZPanel again would not be a good idea, it would abort since it wants a freshly installed OS and would overwrite the package sources to download only official packages. Try
    Code:
    wget https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh
    to download the installer script and take a look at lines 255 to 270. Those seem to contain the setup for the database zpanel uses. You can build your own script out of these lines to hopefully set things right.

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
  •