You have a strange problem so i've searched the MySQL manual:

http://www.mysql.com/doc/S/t/Starting_server.html

---------------------------------
 If you get the following error, it means that some other program (or
another mysqld server) is already using the TCP/IP port or socket mysqld
is trying to use:

Can't start server: Bind on TCP/IP port: Address already in use
  or
Can't start server : Bind on unix socket...

Use ps to make sure that you don't have another mysqld server running.
If you can't find another server running, you can try to execute the
command telnet your-host-name tcp-ip-port-number and press Enter a
couple of times. If you don't get an error message like telnet: Unable
to connect to remote host: Connection refused, something is using the
TCP/IP port mysqld is trying to use. See section 2.4.1 Problems Running
mysql_install_db and section 4.1.4 Running Multiple MySQL Servers on the
Same Machine.

-----------------------------------------------
So, try the telnet command...
I think i can't help you more :-(
Good luck!


On Tue, 2002-03-12 at 23:54, Aman Raheja wrote:
> - The default socket parameter is correct
> - mysqld is not running earlier
> - I changed the required ownership
> 
> #ls -ld /var/lib/mysql/
> drwxr-xr-x    4 mysql    mysql        4096 Mar 12 17:46 /var/lib/mysql/
> #
> 
> I am still getting the same
> 
> #more my.err
> 020312 15:56:40  mysqld started
> 020312 15:56:40  Can't start server : Bind on unix socket: Permission denied
> 020312 15:56:40  Do you already have another mysqld server running on 
> socket: /var/lib/mysql/mysql.sock ?
> 020312 15:56:40  Aborting
> 
> 020312 15:56:40  /usr/local/mysql/bin/mysqld: Shutdown Complete
> 
> 020312 15:56:40  mysqld ended
> 
> 020312 15:57:31  mysqld started
> 020312 15:57:31  Can't start server : Bind on unix socket: Permission denied
> 020312 15:57:31  Do you already have another mysqld server running on 
> socket: /var/lib/mysql/mysql.sock ?
> 020312 15:57:31  Aborting
> 
> 020312 15:57:31  /usr/local/mysql/bin/mysqld: Shutdown Complete
> 
> 020312 15:57:31  mysqld ended
> 
> #
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
> 
> 
> ---------------------------------------------------------------------
> 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
> 
-- 
dsoares
(sql)

---------------------------------------------------------------------
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