Re: [PHP] Detecting Mysql server is running

2004-10-02 Thread mbox mbarsalou
Thanks to the responses I got. One of them will surely work for me. Mike B. On Sat, 2004-10-02 at 01:35, Marek Kilimajer wrote: > barsalou wrote: > > I know I can see if php has the ability to talk with the Mysql server, > > but is there a way to determine if the Mysql server is running. In som

Re: [PHP] Detecting Mysql server is running

2004-10-02 Thread Marek Kilimajer
barsalou wrote: I know I can see if php has the ability to talk with the Mysql server, but is there a way to determine if the Mysql server is running. In some cases, I wouldn't have passwords, so a mysql_connect wouldn't work. I'm sure, at any given time, there is a mysql server running somewhere

Re: [PHP] Detecting Mysql server is running

2004-10-01 Thread Greg Donald
On Fri, 01 Oct 2004 16:13:23 -0800, barsalou <[EMAIL PROTECTED]> wrote: > I know I can see if php has the ability to talk with the Mysql server, > but is there a way to determine if the Mysql server is running. In some > cases, I wouldn't have passwords, so a mysql_connect wouldn't work. > > Anyo