"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
- 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
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
"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/
---
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:
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:/
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