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