On Sun, Jul 06, 2003 at 07:36:39PM +0200, [EMAIL PROTECTED] wrote: > hi,
Hi Oliver! > 030203 2:57:23 Can't start server : Bind on unix socket: Permission denied > 030203 2:57:23 Do you already have another mysqld server running on > socket: /var/run/mysqld/mysqld.sock ? > 030203 2:57:23 Aborting > > 030203 2:57:23 mysqld: Shutdown Complete > > i`m using bind-address directive in my.cnf on Debian 3.0R1 > > mysqld Ver 3.23.49 for pc-linux-gnu on i686 > > > How to solve this ? probably it is what mysql tries to tell you 'Bind on unix socket: Permission denied' try to start it in the following way (just for a test) # su - mysql (or whatever user mysql is run as) # /path/to/mysqld --socket=/tmp/x if it reports something about cannot bind to port then there is another mysql daemon (or something at its port) running, if it works, check the path to /var/run/mysqld/mysqld.sock as this user ... > I think it`s anything with the CAPS but i haven`t found any list of > available CAPS /usr/include/linux/capability.h HTH, Herbert > Greetings > > Oliver >
