where is the actual data in a mysql db stored on a linux machine?
Posted
by noam
on Stack Overflow
See other posts from Stack Overflow
or by noam
Published on 2010-04-17T19:51:32Z
Indexed on
2010/04/17
19:53 UTC
Read the original article
Hit count: 209
Which files are the actual files holding the data in the tables in a mysql db?
I went to /var/lib/mysql/
and I can see there a bunch of relatively small directories corresponding to my tables, and a lot of files named servername-bin.0000001
etc.
Is the data stored in those files?
© Stack Overflow or respective owner