Get Social!MySQL and MariaDB present a bunch of queryable objects that give you all sorts of insights into what’s happening with the database. The size of data stored in tabels is one such thing that can be easily queried directly in SQL, providing you have SELECT access to the information_schema. Create the two below views in
↧