Fejlmedd. PMA dabase ikke OK

Tags:    php

Hej!
Jeg har forsøgt at oprette en database vved at køre en SQL-fil.
Når den er oprettet står der i bunden fejlmeddelelse:
"De yderligere features for at arbejde med linkede tabeller er deaktiveret. For at se hvorfor, klik her. "

- og den henviser til ovennævnte fejl.
I PHP-manualen står:

$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 need special tables with a predefined structure, which we explain below.

See the Quick Install section in this document for a quick way of creating those tables. Also, if you are using a Windows server, read FAQ 1.23.

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'].

If you are setting up a multi-user phpMyAdmin installation, you will need to create a new database and setup special privileges, so, as superuser:

create a new database for phpMyAdmin:
CREATE DATABASE phpmyadmin;
Note that "controluser" must have SELECT, INSERT, UPDATE 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,UPDATE,DELETE ON phpmyadmin.* to 'pma'@'localhost';
do not give any other user rights on this database.
enter the database name in $cfg['Servers'][$i]['pmadb']

Det fatter jeg ikke meget af. Er der nogen der kan forklare mig hvad jeg skal gøre, når jeg opretter databasen som singleuser?




3 svar postet i denne tråd vises herunder
0 indlæg har modtaget i alt 0 karma
Sorter efter stemmer Sorter efter dato
Kører du selv serveren eller bruger du et webhotel af en art?



Kører du selv serveren eller bruger du et webhotel af en art?




Fejlen kommer både når kører lokalt og på webhotel (Whitehat)



hmm.. må man se koden ?

og også gerne din php.ini fil.



t