Mailinglisten-Archive |
Hallo wer kann mir helfen??
Es funktioniert alles, bis auf die tatsache, dass mein phpMyAdmin einfach
keinen Zugriff auf meine mySQL-DB's bekommt. apache läuft wunderbar, ich
habe zugriff auf alle mySQL-DB's per php4 und per coldfusion ... nur
phpMyAdmin stellt sich stur. Ich habe die php- und die php3-version probiert
.... njet.
---
Error
MySQL said: No Database Selectet
Back
---
Hat jemand einen Tip????? Ihr seht's vielleicht auf Anhieb, woran es liegen
könnte. Ist phpMyAdmin buggy?
Gruss,
Steffen
>>>
Hier meine Einstellungen:
c:\mysql
c:\php4
e:\Apache
mit php4 komplett im /cgi-bin
mit phpMyAdmin in /htdocs/myadmin
---
Auszug aus der php.ini in c:\winnt\
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;
doc_root = e:\apache\htdocs
extension_dir = e:\apache\cgi-bin
enable_dl = On
[MySQL]
mysql.allow_persistent = On
mysql.max_persistent = -1
mysql.max_links = -1
mysql.default_port = 3306
mysql.default_socket =
mysql.default_host = localhost
mysql.default_user = root
mysql.default_password =
---
Auszug aus meiner config.inc.php
$cfgServers[1]['host'] = 'localhost';
$cfgServers[1]['port'] = '3306';
$cfgServers[1]['adv_auth'] = false
$cfgServers[1]['stduser'] = 'root'
$cfgServers[1]['stdpass'] = ''
$cfgServers[1]['user'] = 'root'
$cfgServers[1]['password'] = ''
$cfgServers[1]['only_db'] = ''
$cfgServers[1]['verbose'] = '';
---
Auszug aus meiner httpd.conf
ServerRoot "e:/Apache"
LoadModule coldfusion_module modules/ApacheModuleColdFusion.dll
ServerName localhost
DocumentRoot "e:/Apache/htdocs"
<Directory "e:/Apache/htdocs">
ScriptAlias /cgi-bin/ "e:/Apache/cgi-bin/"
ScriptAlias /php4/ "C:/php4/"
Action application/x-httpd-php /php4/php.exe
php::bar PHP Wiki - Listenarchive