If I manually shut down mysql, I usaully use the mysqladmin shutdown
command. However, I noticed that the "red hat" way of stopping mysql in
its init scripts is by issuing a "kill" command to the pid. Ummmm, is
this wise? What about if the tables aren't written to disk? Isn't the
"proper" way to issue a "mysqladmin shutdown"?
- Steve
keyword: sql
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
- Re: Properly shutting down mysql Steve Quezadas
- Re: Properly shutting down mysql Benjamin Pflugmann