>Description:
I try to run the mysqld script to start the MySQL server. It starts, then immediately 
I get a message saying it has ended. 

[root@localhost init.d]# ./mysql.server start
[root@localhost init.d]# Starting mysqld daemon with databases from 
/var/lib/mysql/mysql
020504 11:22:19  mysqld ended

This does not create the mysql.sock file. 

This error logs tell me that --

020503 14:24:19  mysqld started
020503 14:24:20  Can't start server : Bind on unix socket: Permission denied
020503 14:24:20  Do you already have another mysqld server running on socket: 
/var/lib/mysql/mysql.sock ?
020503 14:24:20  Aborting

I dont have another MySQL server running. What am I supposed to do now ?
>How-To-Repeat:
I dont know. I think this is something wrong here (or) maybe it isnt.
>Fix:
>Submitter-Id:  <submitter ID>
>Originator:    root
>Organization:
 
>MySQL support: email support
>Synopsis:      .sock file is not created
>Severity:      serious
>Priority:      medium
>Category:      mysql
>Class:         support
>Release:       mysql-3.23.22-beta (Source distribution)

>Environment:
System: Linux localhost.localdomain 2.2.16-22 #1 Tue Aug 22 16:49:06 EDT 2000 i686 
unknown
Architecture: i686

Some paths:  /usr/bin/perl

Compilation info: CC='gcc'  CFLAGS='-O2 -march=i386 -mcpu=i686'  CXX='c++'  
CXXFLAGS='-O2 -march=i386 -mcpu=i686'  LDFLAGS=''
LIBC: 
lrwxrwxrwx    1 root     root           14 May  1 21:34 /lib/libc.so.6 -> 
libc-2.1.92.so
-rwxr-xr-x    1 root     root      4776568 Aug 31  2000 /lib/libc-2.1.92.so
Configure command: ./configure  i386-redhat-linux --prefix=/usr --exec-prefix=/usr 
--bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share 
--includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec 
--localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man 
--infodir=/usr/share/info --without-debug --without-readline --enable-shared 
--with-extra-charsets=complex --without-bench --localstatedir=/var/lib/mysql 
--with-unix-socket-path=/var/lib/mysql/mysql.sock --enable-assembler 
--with-mysqld-user=mysql


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to