Just updated phpmyadmin to 4.1.2 and getting "phpMyAdmin configuration storage.."

heihachi88

Verified User
Joined
Dec 29, 2013
Messages
21
Just updated phpmyadmin to 4.1.2 and getting "phpMyAdmin configuration storage.."

Hello, everyone! I am using DirectAdmin 1.44.3 on CentOS 6.

Today i have updated my PhpMyAdmin from custombuild 2.0.

Now when i log in to PMA i am getting the message:

The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here.

When i click on the link:

PMA Database ... not OK [ Documentation ]
General relation features Disabled

Do i need this features? Or i can ignore that message? Thanks in advance
 
Hello,

Nobody knows but you whether or not you need it. phpMyAdmin can be used without extra features, and you might want to ignore them as well.
 
Hello,

Nobody knows but you whether or not you need it. phpMyAdmin can be used without extra features, and you might want to ignore them as well.

Well i have been used PMA 3.x verions for a long time and it doesn't had such a feature if i not mistaken?
How can i hide that message?
 
How can i hide that message?

Add the following line to the bottom of /var/www/html/phpMyAdmin-4.1.2-all-languages/config.inc.php (but before the last line that says ?>):

Code:
$cfg['PmaNoRelation_DisableWarning'] = true;
 
Add the following line to the bottom of /var/www/html/phpMyAdmin-4.1.2-all-languages/config.inc.php (but before the last line that says ?>):

Code:
$cfg['PmaNoRelation_DisableWarning'] = true;

Thanks, i'll try that right now :)
 
If you modify the config file consider to copy it to /usr/local/directadmin/custombuild/custom/phpmyadmin/config.inc.php

related:
http://help.directadmin.com/item.php?id=365
 
If you modify the config file consider to copy it to /usr/local/directadmin/custombuild/custom/phpmyadmin/config.inc.php

related:
http://help.directadmin.com/item.php?id=365

Thanks, copied it. But when i'm updating custombuild usually i just rename old one to custombuild_version. So i need to manually copy it anyway
 
fwiw I enabled once to see (on cpanel server) and saw no real benefits so I tend to ignore.
I was actually thinking if trying again but everything I need works w/o them.
 
Back
Top