MYSQL fail to start
Efter at have fulgt guide på http://lws.dk/artikel/16Sidder jeg åbenbart fast ved det punkt hvor mysqld skal startes...
root@server:/usr/local# ./bin/safe_mysqld --user=mysql &
[1] 6735
root@server:/usr/local# Starting mysqld daemon with databases from /usr/local/var
030523 14:20:41 mysqld ended
[1]+ Done ./bin/safe_mysqld --user=mysql
Service bliver altså ikk startet, og med det resultat at når jeg prøver, # mysqladmin -u root password 123456
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists!
Nogen med en løsning på problemet ?
