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
And if there is some bit of info you need to help me please let me know what it is and I'll get it for you.
EDIT: 4/30/2010
In an attempt to make this easier I uninstalled everything (Apache, PHP, MySQL, and phpMyAdmin) in just installed WAMP. I was hoping the automatic configuration provided by WAMP would take care of my issue, but I have the EXACT SAME PROBLEM! This warning is pissing me off and this is becoming a matter of pride!
EDIT: 5/14/2010
Thank you all for your suggestions, but I found the answer to my question was to use XAMPP instead of WAMP. In under 5 minutes I had XAMPP up and running with NO ERRORS of any kind. The XAMPP user interface is much better too. I would suggest XAMPP to anyone frustrated with WAMP.