problem with phpMyAdmin advanced features
Posted
by typoknig
on Stack Overflow
See other posts from Stack Overflow
or by typoknig
Published on 2010-04-22T05:15:29Z
Indexed on
2010/04/22
5:23 UTC
Read the original article
Hit count: 245
mysql
|phpmyadmin
Hi all, I am having trouble putting the final touches on my MySQL/Apache/phpMyAdmin install on a Windows XP system. I am trying to get rid of all the error message in phpMyAdmin and I have gotten rid of all of them except the ones related to "advanced features." The exact error message I have is :
The additional features for working with linked tables have been deactivated. To find out why click here.
I have read up on the cause of the errors but I must be missing something because I still cannot get the warning to go away. Here is what I have done:
Created a linked-tables infrastructure (default name "phpmyadmin") per the phpMyAdmin instructions and enabled "pmadb" in my "config.inc.php" file.
Specified (enabled) the table names in my "config.inc.php" file (there are 9 tables total).
Created a "controluser" and granted only Select privilages per phpMyAdmin instructions
Adjusted "controluser" pma and "controlpass" pmapass in "config.inc.php" file
From what I can see these are all the instruction phpMyAdmin gives on this subject, and I am unable to locate any tutorials on the specifics of "advanced features" in phpMyAdmin.
Any help would be appreciated, and be gentle, this is my first go with MySQL/phpMyAdmin
© Stack Overflow or respective owner