I installed the binary of MySQL 3.23.51 according to the recipe, I believe. However, when I attempted to start the mysql daemon it gives the message that the daemon is starting immediately followed by a timed message "mysqld ended". Checking that the daemon is not, in fact, running with mysqladmin -p ping gives error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)' Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists! ls shows the socket is there. Another look for the daemon with ps -aux |grep mysql did not show mysqld to be running.
Suggestions, please.
Memories of Religious Instruction lessons many decades ago seem to indicate that some people were trouble with plagues of daemons. I do not recall anyone being bothered by the absence of daemons. Perhaps this is a rich vein for theological research. With suitable funding from the Vatican, Canterbury, etc there might be a career opportunity for someone.
Dave Crease
David Crease david@creases.freeserve.co.uk wrote:
I installed the binary of MySQL 3.23.51 according to the recipe, I believe.
Please, what recipe? Does your distributor not offer this software already packaged for your system?
Failing all else, MySQL is not the only database...
on Sun, Sep 01, 2002 at 11:14:49AM +0000, MJ Ray wrote:
David Crease david@creases.freeserve.co.uk wrote:
I installed the binary of MySQL 3.23.51 according to the recipe, I believe.
iirc, mysql avoids syslogd and keeps a log of its activities in /usr/local/mysql/var/HOSTNAME.err where HOSTNAME represents the hostname (as returned by the hostname command) of your machine. this is most likely a good place to look for further clues. there may also be further information in /var/log.