How to know MySQL instance(all daemons) really startup?

2002-02-20 Thread Li, Robert

Hi, all mysql team

As we know, use safe_mysqld or mysql.server
we can startup Mysql instance.
But how can i know when all the mysqld daemons 
really startup except use command ps?
Thanks in advance.

Robert Li

Computer Associates

-
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: How to know MySQL instance(all daemons) really startup?

2002-02-20 Thread Peter Banik


Robert,

`mysqladmin ping` will print mysqld is alive if the server is running,
or error message in any other case.

Peter

On Wed, 20 Feb 2002, Li, Robert wrote:

 Hi, all mysql team

 As we know, use safe_mysqld or mysql.server
 we can startup Mysql instance.
 But how can i know when all the mysqld daemons
 really startup except use command ps?
 Thanks in advance.

 Robert Li

 Computer Associates


-- 
GPG ID  D40940EC
FPR 89CC E331 FFD0 3138 9CB2  FE0D 122E 9EC9 D409 40EC



-
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