Fresh install gives phpMyAdmin error
#6
RE: Fresh install gives phpMyAdmin error
If you do not want to upgrade your MySql install or downgrade your phpMyAdmin you can alternately just modify the common.inc.php file so phpMyAdmin will stop complaining.

In CentOS 6 go to:
/etc/zpanel/panel/etc/apps/phpmyadmin/libraries/common.inc.php

If you open this up, there is a line:

Line 994
Code:
if (PMA_MYSQL_INT_VERSION < 50500) {

Change it to say:
Code:
if (PMA_MYSQL_INT_VERSION < 50100) {

Now you can use phpMyAdmin without it complaining. Smile
Reply


Messages In This Thread
Fresh install gives phpMyAdmin error - by Ron-e - 08-10-2014, 07:26 PM
RE: Fresh install gives phpMyAdmin error - by long1261 - 08-15-2014, 02:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Repo update error hostingms 3 8 ,718 02-14-2024, 09:20 AM
Last Post: TGates
apt-get install mod_ssl ERROR CMs222 9 32 ,145 11-11-2022, 09:14 PM
Last Post: zustudios
Sentora debug and error files johnnyp 0 2 ,313 10-27-2022, 06:16 PM
Last Post: johnnyp

Forum Jump:


Users browsing this thread: 1 Guest(s)