not exiting from script after creating a background process!!
hi,
i have a written a script for installation of mysql.
The scripts has a stmt ,which starts the mysql server using a stmt
/usr/local/mysql.5.0.41/bin/mysqld_safe --user=mysql&
Following is this are many stmt for midifying the DB..DB also gets
modified but the script gets into a infinte loop.
plzz.. provide a solution..!!
Thanks in advance..
|