Hello-

You need to place mysqld in the background by adding a & after the 
command.  Something like this:

/usr/local/mysql/bin/safe_mysqld &

As to the problem after it starts mysqld in the foreground, have you tried 
CTRL-C?  Otherwise try going to a different console with ALT-F2, ALT-F3, 
etc.  Depending on how you have your linux box setup, you may have another 
tty available and could login through that on the console.

Hope that helps.

Steve

At 09:33 AM 7/30/01 +0800, TestMonster wrote:
>Hi Everyone,
>
>I have a small problem here(I think :-) ), but I still can't figure our how
>to fix it.
>
>I am not so familiar with Linux 6.0's Boot Shell.
>
>Here is the problem:
>
>After I successfully installed MySql 3.23 into my Linux system,
>I added the following lines into /etc/rc.d/rc.local to enable Mysql Deamon
>auto startup
>
>/usr/local/mysql/bin/safe_mysqld
>
>However, when the system bootup reaches Local xxxx: it stops there.
>
>How to remove the line by login to Linux shell.
>
>I have tried all kind of combos, such as ^z, ^x, ^q, etc., but just can't
>jump to the Linux shell (bypassing the last Local execution).
>
>Thanks in advance
>
>
>:David
>
>
>
>---------------------------------------------------------------------
>Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
>To request this thread, e-mail <[EMAIL PROTECTED]>
>To unsubscribe, e-mail 
><[EMAIL PROTECTED]>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to