• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Quick question about mysql

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.
 
delete it and see what happens.

actually, chances are that you have no love in the programming forum is because nobody knows the answer. 😛
 
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?
 
Back
Top