View Single Post

   
  #6 (permalink)  
Old 02-28-2008, 06:06 AM
Maciej Dobrzanski
 
Posts: n/a
Default Re: Problem on creating root password

In news:9712041.post@talk.nabble.com,
satimis <satimis@yahoo.com> wrote:

> [root@server /]# mysqld_safe =E2=80=93skip-grant-tables &
> [1] 5119
> [root@server /]# Starting mysqld daemon with databases from
> /var/lib/mysql STOPPING server from pid file
> /var/run/mysqld/mysqld.pid 070328 19:39:12 mysqld ended


Hmm, I haven't used mysqld_safe script for a long time, but from what I can
see the message "STOPPING server from pid file" only appears if the server
process dies and pid file is not found (it is removed by mysqld as it closes
cleanly). Try running mysqld_safe with additional
parameter: --log-error=/var/lib/mysql/my.err. Then check what has been
written into that file.

Maciek

Reply With Quote