Quick question about mysql

TechBoyJK

Lifer
Oct 17, 2002
16,699
60
91
So, I used the mysql migration tool for the a db i designed in access. The migration tool found no problems. Anyways, I tried it on a db file that had about 8 tables. When it was done, I found a folder with the name of the db and files with the tablenames from the db. I am assuming the mysql keeps a db and its tables as a folder and files?

Thanks.
 

tami

Lifer
Nov 14, 2004
11,588
3
81
delete it and see what happens.

actually, chances are that you have no love in the programming forum is because nobody knows the answer. :p
 

dighn

Lifer
Aug 12, 2001
22,820
4
81
yeah i believe that's how it keeps data

but why not connect to it and make sure?
 

oboeguy

Diamond Member
Dec 7, 1999
3,907
0
76
I'm not expert, but I think it depends on the table type used. I'm using MyISAM type tables and I get the same behavior (also files for indices for the tables which have them). I think it might be different with InnoDB table types.

Anyhow, why does it matter?