problem with phpMyAdmin advanced features
- by typoknig
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