Re: How to shutdown mysql from Java

2006-03-21 Thread Alec . Cawley
"Rhino" <[EMAIL PROTECTED]> wrote on 21/03/2006 13:41:49: > > - Original Message - > From: "Zsolt" <[EMAIL PROTECTED]> > To: "MySql Mailing List" > Sent: Tuesday, March 21, 2006 2:58 AM > Subject: How to shutdown mysql from

Re: How to shutdown mysql from Java

2006-03-21 Thread Rhino
- Original Message - From: "Zsolt" <[EMAIL PROTECTED]> To: "MySql Mailing List" Sent: Tuesday, March 21, 2006 2:58 AM Subject: How to shutdown mysql from Java Hi, my application starts mysqld (via Runtime.getRuntime().exec) and I would like to stop it

How to shutdown mysql from Java

2006-03-20 Thread Zsolt
Hi, my application starts mysqld (via Runtime.getRuntime().exec) and I would like to stop it also from Java (because of technical reasons I cannot use mysqladmin). What is the best way stop shutdown mysqld? 1. FLUSH TABLES 2. Process.destroy() 3. kill PID auf Unix What do you think? Zsolt

Re: shutdown Mysql

2001-07-19 Thread Steve Werby
"QUAN,SUU (Non-A-PaloAlto,ex2)" <[EMAIL PROTECTED]> wrote: > is there another to shut down mysql, other than ps, then kill? mysqladmin shutdown -- Steve Werby President, Befriend Internet Services LLC http://www.befriend.com/ ---

Re: shutdown Mysql

2001-07-19 Thread Benjamin Pflugmann
Hi. On Thu, Jul 19, 2001 at 06:02:18PM -0600, [EMAIL PROTECTED] wrote: > On Unix > > is there another to shut down mysql, other than ps, then kill? mysqladmin shutdown Have a look at the following manual sections for more information: http://www.mysql.com/doc/P/o/Post-installation.html http:

shutdown Mysql

2001-07-19 Thread QUAN,SUU (Non-A-PaloAlto,ex2)
On Unix is there another to shut down mysql, other than ps, then kill? tia (Obviously very new to mysql) Suu Quan Agilent Technologies Bldg 54, Post P4 (408)553-7155 [EMAIL PROTECTED] - Before posting, please check: http:/

Can't Shutdown MySQL!

2001-05-10 Thread Marcus Ouimet
I opened a very large .sql file with pico and well it seems to have hung up MySQL for some reason. If you type mysqladmin shutdown you just get a blank response same as if you use any mysql command. I tried kill the PID's but it won't kill them they just stay there. Even tried kill -9. Any help ap