At 9:30 -0700 4/16/04, Don Dachner wrote:
I ran ./bin/safe_mysqld &

and got:

[1] 3328

root # Starting mysqld daemon with databases from /usr/local/mysql/data

and the cursor hangs on the next line down ...


Your shell printed "root #".  safe_mysqld (running in the background)
printed the Starting... messages, followed by a newline.  That puts
the cursor on the next line.

But your shell is still waiting for a new command.  Just type it in.
Or hit Enter a few times to see that the shell is waiting for input.


thanks,

don



Try ls to see whether safe_mysqld is in the directory and the run:

Safe_mysqld &

Note! You have to be root to run the mysqld demon

HTH

Babs


--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to