mysql:12732
From: bon <bon <bon@xxxxxxxxxx>>
Date: Tue, 07 Feb 2006 13:32:53 +0900
Subject: [mysql 12732] Re: mod_auth_mysqlについて教えて下さい。
bonです。 "yama tan" <kouji-ya@xxxxxxxxxx> wrote: > > # vi /var/www/html/.htaccess (DocumentRoot => "/var/www/html") > ※httpd.confに記述しても現象は同じ > > AuthName "MySQL Testing" > AuthType Basic > AuthMySQLHost localhost > AuthMySQLDB http_auth > AuthMySQLUserTable mysql_auth > AuthMySQLEnable On > require valid-user > mysql> insert into mysql_auth (user_name,user_passwd) values > ("test","test"); 上記なら↓のようになるはずですが。 AuthName "MySQL Testing" AuthMySQLUser ????? AuthMySQLPassword ????? AuthMySQLDB http_auth AuthMySQLUserTable mysql_auth AuthMySQLNameField user_name AuthMySQLPasswordField user_passwd AuthMySQLCryptedPasswords off require valid-user -- bon@xxxxxxxxxx
12728 2006-02-07 11:41 ["yama tan" <kouji-ya] mod_auth_mysqlについて教えて下さい。 12729 2006-02-07 11:55 ┣[島村 優太郎 <ml@xxxx] 12730 2006-02-07 12:50 ┃┗["yama tan" <kouji-ya] 12733 2006-02-07 13:38 ┃ ┗[<y-iida@xxxxxxxxxx> ] 12734 2006-02-07 14:11 ┃ ┗["yama tan" <kouji-ya] -> 12732 2006-02-07 13:32 ┗[bon <bon@xxxxxxxxxx>]