Calculate and Optimize MySQL Database Size

Computing MySQL database size can provide you useful informations : disk usage, index size, number of rows, lack of index, collations and many more. Calculating these values use the information database : INFORMATION_SCHEMA, the...