Re: [PHP] trouble with telnet.

2002-03-01 Thread Andrey Hristov

locate mysqld
whereis mysql

Regards,
Andrey

- Original Message -
From: Sean Kennedy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 01, 2002 7:05 PM
Subject: [PHP] trouble with telnet.


Hello,

I telneted to my web server and I would like to see if they have MySQL. Is there a 
certain sentence I type to see if they have
MySQL? Thank you,

-Sean



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] trouble with telnet.

2002-03-01 Thread Vlad Kulchitski


Actually there's a nice bash command:

$ which mysql

that is supposed to show you the folder where binary is
I mean my understanding is if there's 'mysql' binary that
means mysql is installed

alternatively you can do this also:

$ find / mysql*// what this one will do is it will start
looking for mysql on your filesystem and give you results at the end

Hope this was helpful
Vlad
ps I think the commands Andrey pointed out work also


--
PHP General Mailing List (http://wwwphpnet/)
To unsubscribe, visit: http://wwwphpnet/unsubphp