I have 2 MySQL DB's in my environment. One is only 40Mb in size and other is 20Gb. They belong to a business objects application called infoview. The one at 40Mb is the correct size and is the working infoview application.
I want to find out exactly from the table cms_infoobjects6 what data is using up all that space.
I am speaking with my DB guys and I don't seem to be getting anywhere, he said he could see a longblob column but no real information about that.
you can use a query like this. there all all information about any table. you must add INDEX_LENGTH + DATA_LENGTH to get the hole table size.
sample