Re: not exiting from script after creating a background process!!
> hi thanks for replying..,
> following is the script...
>
> /usr/local/mysql-5.0.41/bin/mysqld_safe --user=mysql& // to start
> the server as back ground process.
> /usr/local/mysql-5.0.41/bin/mysql -u root</usr/local/create_DB.txt //
> logging in as root n creating DB,commands creating DB are in
> create_DB.txt
>
> problem as i think is its entering to infinite loop,since its a back
> groud processs and never stops..??
>
> /usr/local/mysql-5.0.41/bin/mysqld_safe --user=mysql&
>
> i just want to exit this script and get back to command prompt..
|