where is the actual data in a mysql db stored on a linux machine?
- by noam
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?