[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Qube 3 and MySQL



> "safe_mysqld --user=mysql & " results in "[1] 6317 
> [admin sbin]$ Starting mysqld daemon with
> databases from /var/lib/mysql
> /usr/bin/safe_mysqld: /var/lib/mysql/localhost.err
> : Permission denied
> /usr/bin/safe_mysqld: /var/lib/mysql/localhost.err
> : Permission denied
> /usr/bin/safe_mysqld: /var/lib/mysql/localhost.err
> : Permission denied
> mysqld daemon ended  "


You need to be root; from a shell,

$ su
Password: <enter admin/root password>

$ safe_mysqld --user=mysql &


You really should use the init scripts to start/stop MySQL.

--
Brian Curtis