mysqld is trying to tell you that it doesn't have permission to create
/var/lib/mysql/mysql.sock to accept incoming connections.
You either need to have mysql create the sock file in another place
(such as /tmp/) or give it write permission to /var/lib/mysql/
-Eric
On Thu, 15 Jul 2004 17:05:13 -
Hi folks,
Installed Fedora Core 2 with mysql and then removed the mysql packages via the
gui widget. Then installed mysql 4 from scratch. Created a symlink, mysql.
added the user 'mysql'. chown'd etc the /usr/local/mysql stuff.
the command (as root)
/usr/local/mysql# bin/safe_mysqld --user=m
Pushpinder Singh Garcha wrote:
Hello everyone,
I am running MySQl and PHP on a Mac OS Jaguar. When I try to restart
my MySQL Local Server using mysqld_safe, but I keep getting this error
[psg:/usr/local/mysql] psgarcha% sudo echo
Password:
[psg:/usr/local/mysql] psgarcha% sudo ./bin/mysqld_s
Hello everyone,
I am running MySQl and PHP on a Mac OS Jaguar. When I try to restart
my MySQL Local Server using mysqld_safe, but I keep getting this error
[psg:/usr/local/mysql] psgarcha% sudo echo
Password:
[psg:/usr/local/mysql] psgarcha% sudo ./bin/mysqld_safe &
[4] 524
[psg:/usr/local/mysq
Hi,
Having a problem running safe_mysqld from my init scripts.
I use simpleinit, and i simply call /usr/local/mysqld/bin/safe_mysqld & from
my rc file.
This works for all other services, however, mysqld ends immediately. The
.err file shows:
010312 07:51:43 mysqld started
/usr/local/libexec/mysq