Linux Bootup problem after modifying /etc/rc.d/rc.local

2001-07-29 Thread TestMonster
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

Re: Linux Bootup problem after modifying /etc/rc.d/rc.local

2001-07-29 Thread Steve Suehring
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.

Re: Linux Bootup problem after modifying /etc/rc.d/rc.local

2001-07-29 Thread Steve Brazill
in 'single user' mode... - Original Message - From: TestMonster [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 29, 2001 6:33 PM Subject: Linux Bootup problem after modifying /etc/rc.d/rc.local Hi Everyone, I have a small problem here(I think :-) ), but I still can't figure