phpMyAdmin - PMA Database
Jeg arbejder mig i øjeblikket igennem en bog om oprettelse af et CMS og er i den forbindelse stødt ind i et problem med phpMyAdmin.Jeg har oprettet en side til oprettelse af nye undermenuer og testet denne, men når jeg går ind i phpMyAdmin viser den følgende fejl:
FEJL! De ekstra features for at arbejde med linkede tabeller er deaktiveret.
PMA Database ... ikke OK
Der henvises til en vejledning:
$cfg['Servers'][$i]['pmadb'] string
The name of the database containing the linked-tables infrastructure.
See the Linked-tables infrastructure section in this document to see the benefits of this infrastructure, and for a quick way of creating this database and the needed tables.
If you are the only user of this phpMyAdmin installation, you can use your current database to store those special tables; in this case, just put your current database name in $cfg['Servers'][$i]['pmadb']. For a multi-user installation, set this parameter to the name of your central database containing the linked-tables infrastructure.
som jeg ikke helt forstår - er der en der kan skære ud i pap, hvad jeg skal gøre for at rette fejlen?
Må erkende at jeg fra starten installerede en nyere version af phpMyAdmin end den bogen foreskrev.
På forhånd tak.