what does this mean?

jechilt

Verified User
Joined
Jun 21, 2004
Messages
225
have an error message at the bottom of all my databases now

Error
The additional Features for working with linked Tables have been deactivated. To find out why click here.

can this be fixed by upgrading to the newer mySQL? is this important? i did not ever notice this message before.

running RH9
mySQL 4.0.17
phpMyAdmin 2.5.6

please help....
 
Last edited:
That is a normal error message in the latest version of mysql because the default binary does not have database linking support to my knowledge. You must use the optimized/max binary or something like that. You can find out more information from the mysql website.
 
i don't recall this error message showing up before the upgrade to the latest version of DA panel. Could the upgrade have caused this?
 
is the fix to do as the documentation reads....to create a myphpadmin database or is this something that can be ignored for the time being?
 
You can tell phpMyAdmin to be quiet by running this as root:
Code:
perl -pi -e 's/(PmaNoRelation_DisableWarning..\s*=\s*)FALSE/${1}TRUE/' /var/www/html/phpmyadmin/config.inc.php
 
Back
Top