| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Dan Nelson | Date: | February 1 2002 3:15am |
| Subject: | Re: Starting MySQL (w/ InnoDB) for the firs time | ||
| View as plain text | |||
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
| Thread | ||
|---|---|---|
| • Starting MySQL (w/ InnoDB) for the firs time | Eric Mayers | 1 Feb |
| • Re: Starting MySQL (w/ InnoDB) for the firs time | Dan Nelson | 1 Feb |
