----- Original Message -----
From: "Marcus Ouimet" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 15, 2001 4:05
Subject: Mysql.sock Question


> I hate to ask this question but I have tried everything. I am installed
> mysql on a new server and everything seems to be OK except it never
created
> mysql.sock? Here is how I installed it:
>
> cd mysql-3.23.29a-gamma/
> groupadd mysql
> useradd -g mysql mysql
>
./configure --with-named-curses-libs=/usr/lib/libncurses.so --without-bench
> make
> make install
> cd support-files/
> cp mysql.server /etc/rc.d/init.d/
> chkconfig --level 345 mysql.server on
> cd ../
> /usr/local/bin/mysql_install_db
> /usr/local/bin/mysqladmin -u root password 'WHATEVER'
>
> Any ideas why the mysql.sock isn't there. Mysqld is running...

Are you sure it is running?  do a ps -ef | grep mysql to find out.

If not, start the server.

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


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