MySQL Forums
Forum List  »  Delphi

mysql ping hangs application
Posted by: Herschelle G
Date: July 19, 2007 08:13AM

i am trying to monitor the status of the mysql service on a server that my application connects to. when i use the mysql ping function, if the service is stopped on the server, the ping function hangs my application.

i cannot use the dos ping as this does not tell me if the service is running on the server. it only tells me that the server is up.

is there a better way of doing this, or am i using the ping function incorrectly.
my usage: mysqladmin ping -h(server id) -u(user) -p(password)

thanx.

Options: ReplyQuote


Subject
Written By
Posted
mysql ping hangs application
July 19, 2007 08:13AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.