Zunächst vielen Dank fürt die Antworten!
Nachdem ich das Verzeichnis "phpMyAdmin" (2.2.3) durch "phpMyAdmin" (2.2.6) ersetzt habe und anschließend, nach Start des FoxServers, im Browser (wie bisher)
http://localhost/phpmyadmin/ aufrufe, sehe ich statt dem phpMyAdmin-Fenster nur folgendes:
Das $cfgPmaAbsoluteUri-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!
In der Config der V. 2.2.3
(...\phpMyAdmin-2.2.3\config.inc.php --- war zuvor im Ordner C:\FoxServ\www\phpMyAdmin\config.inc.php ) steht:
/**
* Your phpMyAdmin url
*
* Complete the variable below with the full url ie
*
http://www.your_web.net/path_to_your...min_directory/
*/
$cfgPmaAbsoluteUri = '';
In der neuen Config (C:\FoxServ\www\phpMyAdmin\config.inc.php
--- Version 2.2.6) steht:
/**
* Your phpMyAdmin url
*
* Complete the variable below with the full url ie
*
http://www.your_web.net/path_to_your...min_directory/
*
* It must contain characters that are valid for a URL, and the path is
* case sensitive on some Web servers, for example Unix-based servers.
*/
$cfgPmaAbsoluteUri = '';
Da ist doch nichts anders!?
Ist noch irgendetwas zu ändern?
Gruß von Eckhard