John Joseph wrote:
> Hi 
>    Guidance requested 
>     I want to  find the Database Home for mysql 
>    Please do guide me 
>    is it 
>        "/usr/include/mysql"  or "/usr/share/mysql"  or
>  "/usr/lib/mysql"
>   
> I am using MySQL + RHEL , with default rpm
> installation 
>                   Thanks 
>                         Joseph John 
> 
> 
> "Database_Home" is used for the
> database-initialization phase to be able to find the
> myslq-client binary program e.g. the
> database-inititalization will search in the $PATH for
> the "mysql" client and also in "Database_Home/bin/".

locate mysql-client
or
find / -name mysql-client

would be a good start..
or in Debian
dpkg -L mysql-client

would give you the contents of that archive and allow you to find it..

I'm sure rpm has a similar feature somewhere..

hell, even
find / | grep mysql
or cd / ; ls laR | grep mysql..

or www.google.com

one can find many ways of stripping the feline of it's fur

B
-- 
"Human beings, who are almost unique in having the ability
to learn from the experience of others, are also remarkable
for their apparent disinclination to do so." -- Douglas Adams


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/dubailug/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to