From: Dan Nelson Date: February 1 2002 3:15am Subject: Re: Starting MySQL (w/ InnoDB) for the firs time List-Archive: http://lists.mysql.com/mysql/98246 Message-Id: <20020201031535.GB92838@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Jan 31), Eric Mayers said: > How can I tell when the database is ready to go (preferably from a shell > script)? while ! mysqladmin status > /dev/null 2>&1 ; do sleep 10 ; done -- Dan Nelson dnelson@stripped