jeg har opsat en virkende webserver med php og mysql.
nu vil jeg gerne have phpmyadmin til at administrere det i.
efter endt udpakning af phpmyadmin i min var/www/html/phpMyAdmin mappe og
rettelse i config.inc.php, forsøger jeg at få adgang via min browser,
http://localhost/phpMyAdmin/
Jeg får følgende fejl:
phpMyAdmin - Fejl
phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the
file.
Please call the configuration file directly using the link below and read
the php error message(s) that you recieve. In most cases a quote or a
semicolon is missing somewhere.
If you recieve a blank page, everything is fine.
config.inc.php
Som skriver:
Parse error: parse error in /var/www/html/phpMyAdmin/config.inc.php on line
47
det er : $cfg['PmaAbsoluteUri_DisableWarning'] = FALSE;
Hvis jeg fjerner denne med // fortsætter fejlen med linien:
$cfg['PmaNoRelation_DisableWarning'] = FALSE;
osv osv
hvad er der galt ?