It displays the phpMyAdmin front page ok, but I also get these error messages at the bottom of the page:
------------
- The additional features for working with linked tables have been deactivated. To find out why click here.
- Cannot load mcrypt extension. Please check your PHP configuration.
- The configuration file now needs a secret passphrase (blowfish_secret).
- Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.42. This may cause unpredictable behavior.
------------
And this is the reason given for not working with linked tables:
------------
Server: localhost
$cfg['Servers'][$i]['pmadb'] ... not OK [ Documentation ]
$cfg['Servers'][$i]['relation'] ... not OK [ Documentation ]
General relation features: Disabled
$cfg['Servers'][$i]['table_info'] ... not OK [ Documentation ]
Display Features: Disabled
$cfg['Servers'][$i]['table_coords'] ... not OK [ Documentation ]
$cfg['Servers'][$i]['pdf_pages'] ... not OK [ Documentation ]
Creation of PDFs: Disabled
$cfg['Servers'][$i]['column_info'] ... not OK [ Documentation ]
Displaying Column Comments: Disabled
Browser transformation: Disabled
$cfg['Servers'][$i]['bookmarktable'] ... not OK [ Documentation ]
Bookmarked SQL query: Disabled
$cfg['Servers'][$i]['history'] ... not OK [ Documentation ]
SQL history: Disabled
$cfg['Servers'][$i]['designer_coords'] ... not OK [ Documentation ]
Designer: Disabled
------------
I followed every step in the book I bought here - "PHP Solutions" by David Powers - to install AMP. I stored my personal details in config.inc.php in the main phpMyAdmin folder as follows:
Bookmarks