Ich muss den Ordner /tmp auf 777 setzen sonst kommt folgende Fehlermeldung:
Code:
KURO-BOX:/home/admin# /etc/init.d/mysql status
MySQL is stopped.
KURO-BOX:/home/admin# /etc/init.d/mysql start
Starting MySQL database server: mysqld...failed.
Please take a look at the syslog.
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111)'
Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
Ist es richtig, dass /tmp auf 777 stehen muss. Oder habe ich bei der Installation von MySQL einen Fehler gemacht.
Wen /tmp auf 777 steht:
Code:
KURO-BOX:/home/admin# /etc/init.d/mysql status
/usr/bin/mysqladmin Ver 8.40 Distrib 4.0.24, for unknown-linux-gnu on powerpc
Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
Server version 4.0.24_Debian-10
Protocol version 10
Connection Localhost via UNIX socket
UNIX socket /var/run/mysqld/mysqld.sock
Uptime: 1 min 7 sec
Threads: 1 Questions: 18 Slow queries: 0 Opens: 12 Flush tables: 1 Open tables: 4 Queries per second avg: 0.269
Wass soll ich jetzt machen? Gibt es eine deutsche Anleitung für absolute Anfänger?
Mit freundlichen Grüßen