On Tue, 2006-04-04 at 14:09, John Joseph wrote:

>     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"

John,

database home is simply the directory where your databases are stored.
Create a test database in mysql...

mysql> create database john;
mysql> exit

Once you do that, just locate the file "john" using find or whatever.
The directory where you find john is your database home.

On my system it is /var/lib/mysql.

Regards,
NMK.



 
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