You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users-de@httpd.apache.org by "Oliver Etzel - GoodnGo.COM (R)" <ol...@goodngo.com> on 2003/03/04 21:45:23 UTC

mod_auth_mysql

Hallo Liste,
habe mod_auth_mysql via apxs installiert

Nun schreibe ich laut mod_auth_mysql.c Datei die Konfigurationseinträge
AuthName MySQL Testing
 *  AuthType Basic
 *  AuthGroupFile /dev/null
 *  AuthMySQLHost localhost
....
und habe natürlich vorher laut
mod_auth_mysql.c Datei  die Datenbanken angelegt.

Ich erhalte folgende Fehlermeldung:
[Tue Mar  4 21:28:58 2003] [error] (2)Datei oder Verzeichnis nicht gefunden:
MySQL error: Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2)
[Tue Mar  4 21:28:58 2003] [error] MySQL user www1 not found:
/cgi-bin/test.cgi

Hat das jemand schon gehabt. Weiss jemand rat?

Oliver Etzel


--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: mod_auth_mysql

Posted by "Dini@Work" <di...@nira.at>.
Hello Oliver,

Tuesday, March 04, 2003, 9:45:23 PM, you wrote:

OEGCR> Hallo Liste,
OEGCR> habe mod_auth_mysql via apxs installiert

OEGCR> Nun schreibe ich laut mod_auth_mysql.c Datei die Konfigurationseinträge
OEGCR> AuthName MySQL Testing
OEGCR>  *  AuthType Basic
OEGCR>  *  AuthGroupFile /dev/null
OEGCR>  *  AuthMySQLHost localhost
OEGCR> ....
OEGCR> und habe natürlich vorher laut
OEGCR> mod_auth_mysql.c Datei  die Datenbanken angelegt.

OEGCR> Ich erhalte folgende Fehlermeldung:
OEGCR> [Tue Mar  4 21:28:58 2003] [error] (2)Datei oder Verzeichnis nicht gefunden:
OEGCR> MySQL error: Can't connect to local MySQL server through socket
OEGCR> '/tmp/mysql.sock' (2)
OEGCR> [Tue Mar  4 21:28:58 2003] [error] MySQL user www1 not found:
OEGCR> /cgi-bin/test.cgi

OEGCR> Hat das jemand schon gehabt. Weiss jemand rat?

OEGCR> Oliver Etzel


OEGCR> --------------------------------------------------------------------------
OEGCR>                 Apache HTTP Server Mailing List "users-de" 
OEGCR>       unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
OEGCR>            sonstige Anfragen an users-de-help@httpd.apache.org
OEGCR> --------------------------------------------------------------------------


Hallo

Also ich kenn mich nicht so gut aus mit Mysql aber das:
[Tue Mar  4 21:28:58 2003] [error] (2)Datei oder Verzeichnis nicht gefunden:
MySQL error: Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2)
bedeutet das du kein Mysql Server laufen hast
und 2:
[Tue Mar  4 21:28:58 2003] [error] MySQL user www1 not found:
/cgi-bin/test.cgi
bedeutet das de user www1 nicht existiert!
Ich hoff ich konnte dir weiterhelfen

mfg Dini


-- 
Best regards,
 Dini                            mailto:dini@nira.at


--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------