This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

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
Thanks given by:


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 6 ,829 02-14-2024, 09:20 AM
Last Post: TGates
apt-get install mod_ssl ERROR CMs222 9 28 ,357 11-11-2022, 09:14 PM
Last Post: zustudios
Sentora debug and error files johnnyp 0 1 ,596 10-27-2022, 06:16 PM
Last Post: johnnyp

Forum Jump:


Users browsing this thread: 2 Guest(s)