Ok, that worked. Thanks.
 
I guess now my only question is is there something wrong with my environment since I 
have to type:
 
"./bin/mysql -u root" 
 
instead of 
 
"mysql -u root"?
 
Thanks,
Don
 
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.




Reply via email to