In the last episode (Jan 29), [EMAIL PROTECTED] said:
> Am probably wrong i hope.... but mysqld creates a file call
> /tmp/mysql.sock but this file got to be 777??? ...i loging with a
> other useran call a rm /ytmp/mysql.sock and mysql stop working ...O_o
> ..but then i did this ...
>
> # chmod -R 777 /tmp

Don't do this ^^^.  The correct permissions for /tmp should be 1777,
aka a=rwx,=t.  The sticky bit prevents users from deleting each others
files in /tmp.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to