Type: 

"find / -name mysql -type f 2> /dev/null"

if  you see something like /usr/local/bin/mysql then you do (that dosent
mean that the demon is running, but the client is at least installed...

to see if you have the daemon installed 

"find / -name safe_mysqld -type f 2> /dev/null"

and to see if it's running type "netstat -lnp" and look for port 3306,
or mysql in the listing...


-----Original Message-----
From: Sean Kennedy [mailto:[EMAIL PROTECTED]] 
Sent: Friday, March 01, 2002 9:47 AM
To: [EMAIL PROTECTED]
Subject: [PHP] RE: Andrey this is for you.

hello,

locate mysql returned this:

/home/chiliasp/odbc/direct/locale/en_US/LC_MESSAGES/ivmysql15.po
/home/sites/home/web/CFIDE/administrator/datasources/drivers/myodbc_mysq
l.cfm
/home/sites/home/web/CFIDE/administrator/datasources/drivers/mysql.cfm
/home/sites/home/web/CFIDE/administrator/server_settings/drivers/mysql.c
fm
/home/coldfusion/lib/locale/en_US/LC_MESSAGES/CFmysql15.mo
/home/coldfusion/lib/CFmysql15.so
/home/coldfusion/scripts/mysql_expire.cfm 

what does this mean? do i have mysql? thanks,

-sean


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

Reply via email to