|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-30 17:50 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 05:00:01 2025 UTC |
My Apache 1.3.9 configured with Basic type of authentication http.conf <Directory /> Options -All AllowOverride None Order allow,deny AuthGroupFile /usr/local/apache/private/httpgroup AuthUserFile /usr/local/apache/private/httppasswd AuthName "DENY" AuthType Basic satisfy any </Directory> <Directory /usr/local/www/localhost> Options +All -ExecCGI AuthName "Web server FEO LocalHost" require group admins AllowOverride Options Limit AuthConfig </Directory> end of httpd.conf Authentication through Apache passed ok. And I use phpMySQLadmin with advanced authorization. http://phpwizard.net/phpMyAdmin/ When I try to login to phpMyAdmin it tells me Authorization failed. Retry? MySQL log tells: Query SELECT User, Password, Select_priv FROM user where User = 'root' AND Password = PASSWORD(''); Password is empty!!! I reports because with PHP4 beta3 and 4pl1 it is working! PHP configure line: ./configure --with-apache=../apache_1.3.9rusPL29.2 \ --with-system-regex --with-config-file-path=/usr/local/apache/conf \ --with-pgsql=/usr/local/pgsql \ --enable-safe-mode --enable-track-vars --with-mysql