Quote:
Originally Posted by funhacker
idle is right here, you don't want your server attempting to start before mysql has started up.
Personally we used to have our system start everything up (after successful logon - which was done via regedit) in a logical order, being mysql as the first. It also would only proceed through the list of processes/services as they successfully started.
|
you dont need to use regedit anymore to make a startup entry in the registry as the features are built directly into the task scheduler and Service Control Manager now (sc)
and it writes the registry values for you

some windows updates are cool after all
or srvany which is a more easy to use application from earlier versions of windows

or add the delay directly into your batch file (.bat)
or be creative do it with visual basic (.vb)
and of course theres always the 3rd party application method