Toon posts:

[BC3] mysql

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik heb mysql 3.23.1.33 geinstalleerd maar ieder keer als ik mysql intoets krijg ik de volngende melding:

Can''t connect to local MySQL server through socket ''/tmp/mysql.sock'' (111)

Weet iemand wat ik hier aan kan doen of hoe ik mysql beter kan installeren.

apache, php4 en mysql moeten wel kunnen samen werken.

Verwijderd

save_mysqld & :?

  • ThE_ED
  • Registratie: Oktober 1999
  • Laatst online: 22-01 12:32

ThE_ED

Stuffed Animal

btw; de info files over MySQL zijn best goed, ik geloof dat er daar ook tig meest voorkomende errormessages instaan en hoe ze op te lossen. (Ook deze dacht ik)

Ik ben fan van dingen


Verwijderd

is je mysql wel gestart dan?

Verwijderd

voor als je mysql.sock foutsie is
21.8 How to Protect `/tmp/mysql.sock'' from Being Deleted
If you have problems with the fact that anyone can delete the MySQL communication socket `/tmp/mysql.sock'', you can, on most versions of Unix, protect your `/tmp'' file system by setting the sticky bit on it. Log in as root and do the following:

shell> chmod +t /tmp

This will protect your `/tmp'' file system so that files can be deleted only by their owners or the superuser (root).

You can check if the sticky bit is set by executing ls -ld /tmp. If the last permission bit is t, the bit is set.