I have dropped the database from MySQL server, but space is not released.
I checked in and found ibdata1 is consuming size.
You can use OPTIMIZE TABLE to rebuild a table and remove “holes”
i tried command “/usr/bin/mysqlcheck -o -v -u root -p -h localhost dbname” but no effect