Code: Alles auswählen
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!
Code: Alles auswählen
apt-get install phpmyadmin
Ich wurde gefragt
Code: Alles auswählen
Which web server would you like to reconfigure automatically?
[*] apache
[*] apache-ssl
[*] apache-perl
[*] apache2
Hätte ich über Webmin konfigurieren müssen? Ich bitte um Hilfe, weil ich im Forum nichts finde, was ich jetzt machen soll. Vielen Dank im Voraus.
P.S. Vorher habe ich nach einer Anleitung folgendes gemacht:
Code: Alles auswählen
apt-get install mysql-server
Code: Alles auswählen
apt-get install php4-mysql libapache-mod-auth-mysql
Code: Alles auswählen
cp /usr/share/doc/mysql-server/examples/my-small.cnf /etc/mysql/my.cnf