Running ubuntu 10.10, MySQL, I imported a set of databases from a backup.
The import looks OK - I can query the databases and see data in them. The strange thing is that in the /var/lib/mysql/ folder there exists only *.frm files and not the *.ibd file to that I would expect. Along the same lines, the size of the files in each folder are way too small to contain all of the data.
Likewise, the /var/lib/mysql/ibdata1 file is way too small to contain the data.
Where can I look to figure out a) where the data actually is and b) where the ibd files are?