Re: can't find /tmp/mysql.sock

2003-03-02 Thread MySQL
Hi, Well I had the same "problem" when I installed Mysql the first time. I solved this problem by using a symbolic link like this. cd /tmp ln -s /mysql/mysql.sock mysql.sock Remeber to be Root when you do a symbolic link :-) Now make a ls -lia in your /tmp folder, then you should have somethi

Re: can't find /tmp/mysql.sock

2003-03-01 Thread Andreas
Ryan McDougall wrote: when I do this this is what I get: starting mysql with databases from /var/lib/mysql This may be your culprit right here... not sure where the mysql_install_db defaults its installs to, but I'm guessing its not /var/lib/mysql. And you installed everything into /usr/local/mysq

Re: can't find /tmp/mysql.sock

2003-02-28 Thread Ryan McDougall
> when I do this this is what I get: > starting mysql with databases from /var/lib/mysql > 030228 16:00:55 mysqld ended This may be your culprit right here... not sure where the mysql_install_db defaults its installs to, but I'm guessing its not /var/lib/mysql. And you installed everything into /