MySQL release free disk space.
When perform some data clean up in MySQL, found that no disk space was release and MySQL still occupied it.
Here is the command to check those tables with more than 300MB of data:
View Code MYSQL
In order to force MySQL release the disk space, just perform a simple MySQL command:
View Code MYSQL