I had to export mysql database using mysqldump for backup reasons.
To compare the size given by phpmyadmin, I downloaded the dump on my local machine then import the dump using SQLYog into a local database.
Now, when I compare the size given by phpmyadmin on my machine and the remote machine, I end up with the imported database on my local machine to be smaller than the one on the remote machine :
- remote machine database size : 112,3 Mib
- local machine database size : 95,7 Mib
I would like to know what could be the reasons for such a difference ?
Cheers