> 1 - On a Linux/Apache box,
> 
> when you create a MySQL db with tables, etc,
> 
> Where does MySQL store the files associated with the
> db?

Generally, /var/lib/mysql. Check your my.cnf

> 
> 2 - On subsiquent db's, does MySQL store those files
> in the same directory or each db in a seperate folder?

Depends on table type. For MyISAM you will have a subdirectory for each
database. For InnoDB a common file (usually, ibdata in /var/lib/mysql)
plus a subdirectory where the *.frm are stored.
> 
> thanks - tmb
> 
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now. 
http://mailplus.yahoo.com

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php






---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to