>I know I should not ask this question - but as I am not getting prompt 
>reply from mysql mailing list posting it here too - Just in case anybody 
>knows about it
>
>----------------------------------------
>I am trying to install the mySQL on our remote server thr putty (SSH). 
>Following are the set of commands given by me,
>
>I have downloaded mysql-3.23 for BSDi.
>
>1)put into /usr/home/mysql-src directory and given following 2 commands 
>going into
>shell>cd  /usr/home/mysql-src
>shell>gunzip mysql-xxxx.tar.gz
>shell>tar xvf mysql-xxxx.tar
>
>This is creating the directory mysql-xxxx
>2)Config -
>
>shell>cd  /usr/home/mysql-src/mysql-xxxx
>shell>./configure -basedir=/usr/home/mysql -with-low-memory
>
>This command is giving me problem - saying - at the end
>shell>Starting mysqld daemon with database from 
>/usr/home/mysql-src/mysql-xxxx/data
>rm /tmp/mysql.sock - Operation not permitted
>mysqld end
>
>
>Can anybody help me in this matter - What is the meaning of it ?

There are TWO possibilities:
1. You already *HAVE* MySQL succesfully installed and running and now MySQL
is saying, "Excuse me, but this little /tmp/mysql.sock file is telling me
that I'm already running!"

2. You managed to crash MySQL so badly that it didn't clean up after itself,
and that /tmp/mysql.sock file is a BOGUS version of 1.

You can be *SURE* which is which by doing:

ps auxwww | grep mysql

Either you see some kind of 'mysqld' in there, in which case it's already
running, or you don't.

If it's *NOT* running, it's perfectly safe to just destroy the
/tmp/mysql.sock file.

If it *IS* running, do *NOT* remove that file -- You will cause yourself
major pains if you do.

-- 
Like Music?  http://l-i-e.com/artists.htm
I'm looking for a PRO QUALITY two-input sound card supported by Linux (any
major distro).  Need to record live events (mixed already) to stereo
CD-quality.  Soundcard Recommendations?
Software to handle the recording? Don't need fancy mixer stuff.  Zero (0)
post-production time.  Just raw PCM/WAV/AIFF 16+ bit, 44.1KHz, Stereo
audio-to-disk.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to