
Hallo,
mir ist nicht klar, warum ich bei PHPMYADMIN diesen Fehler beim öffnen einer DB bekomme!
Fehler
Die zusätzlichen Funktionen für verknüpfte Tabellen wurden automatisch deaktiviert. Klicken Sie hier um herauszufinden warum.
Auch wenn ich dann die entsprechenden Link folge, dann erscheint die Meldung:
PMA Database ... fehlerhaft[ Dokumentation ]
Allgemine Verknüpfungsfunktionen Deaktiviert
gehe ich dann zur Docu., dann steht da:
$cfg['Servers'][$i]['pmadb'] string
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work with master / foreign - tables. To use those as well as the bookmark feature you will need to create a new db.
To use this functionality as superuser create a new database:
create a new database for phpmyadmin:
CREATE DATABASE phpmyadmin;
Note that "controluser" must have SELECT, INSERT and DELETE privileges on this database. Here is a query to set up those privileges (using "phpmyadmin" as the database name, and "pma" as the controluser):
GRANT SELECT,INSERT,DELETE ON phpmyadmin.* to 'pma'@localhost;
do not give any other user rights on this database.
enter the databasename in $cfg['Servers'][$i]['pmadb']
Aber ich weiß immer noch nicht was ich zu machen habe!
Vielleicht kann mir ja einer helfen!
Im Einsatz habe ich: WAMPP-0.13.5cs , phpMyAdmin 2.3.0 ,MySQL 3.23.52-max-debug