DMA Database
phpMyAdmin siger - Fejl - De ekstra features for at arbejde med linkede tabeller er deaktiveret.Har i min søgen for at løse problemet fundet ud af at der angiveligt skulle laves nogle tilføjelser i config.inc.php - variablerne i $cfg['Servers'][$i] skulle sættes til default.
Dette alene har dog ikke løst problemet - har nu læst et andet sted at:
once this is done we need to execute the sql script. make sure the user name in script file matches the one on your sql server. The "pma" should be changed to reflect the sql user you have on the server.
GRANT SELECT, INSERT, DELETE, UPDATE ON `phpmyadmin`.* TO 'pma'@localhost;
this is the sql file you need to run
/phpmyadmin/scripts/create_tables_mysql_4_1_2+.sql
5. once this script executes you will see a new DB in phpmyadmin db list.
Mit spørgsmål er så - hvordan kører jeg dette script?
