Page 1 of 1

MySQL läuft, aber keiner kann über mysql.sock darauf zugreif

Posted: 2003-03-28 16:30
by bendar
Ich habe ein komisches Problem:
ich habe MySQL 4.0.5 installiert und auch mit --with-unix-socket-path=/tmp/mysql.sock kompiliert.
Nun kann aber das confixx script und auch sonst keines auf die Datenbank darüber zugreifen.
Woran kann das liegen?

Re: MySQL läuft, aber keiner kann über mysql.sock darauf zugreif

Posted: 2003-03-28 16:44
by webhilfe
Hi,

Symbolischen Link hast Du auch angelegt? /tmp/mysql.sock

Re: MySQL läuft, aber keiner kann über mysql.sock darauf zugreif

Posted: 2003-03-28 16:49
by bendar
Was hat der als Ziel?

Re: MySQL läuft, aber keiner kann über mysql.sock darauf zugreif

Posted: 2003-03-28 16:55
by webhilfe
/var/lib/mysql/mysql.sock zumindest bei mir, keine Ahnung was Du für ein System hast.

Code: Select all

ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock