Hello.
> seems to put the socket file in the wrong place- (should be in /tmp)
Your running copy of mysqld has --socket==/var/lib/mysql/mysql.sock
argument. Perhaps mysqld_safe puts it by default or reads from
[mysqld_safe] or [mysqld] sections of configuration file. Specify
the value of so
Description:
mysql will not create /tmp/mysql.sock
at first it would not create /var/run/mysql/mysqld.pid - I manually created
the /var/run/mysql and set permissions, and it works. now i have problems
with the socket file - it wont create it
How-To-Repeat:
bin/mysqld_safe --user=mysql &
./b