Discussion:
com.mckoi.runtime.McKoiDBMain documentation
Duncan Groenewald
2007-06-26 07:44:41 UTC
Permalink
Hi, is there any way to call this class and get a response
indicating whether the server is running (or simply what is status is ?

Alternately is there a way of checking a log file or some other thing
to tell if the server is running

Thanks
Duncan


---------------------------------------------------------------
Mckoi SQL Database mailing list http://www.mckoi.com/database/
To unsubscribe, send a message to mckoidb-***@mckoi.com
Tobias Downer
2007-06-27 00:51:23 UTC
Permalink
Hi,

One way to do this is to connect to the server and run a simple query
such as 'show status'. An error would indicate that the database server
is not running.

Toby.
Hi, is there any way to call this class and get a response indicating
whether the server is running (or simply what is status is ?
Alternately is there a way of checking a log file or some other thing
to tell if the server is running
Thanks
Duncan
---------------------------------------------------------------
Mckoi SQL Database mailing list http://www.mckoi.com/database/
To unsubscribe, send a message to mckoidb-***@mckoi.com

Loading...