kharbat Posted June 14, 2006 Share Posted June 14, 2006 hi all... do you know anyway to restrict table capacy let's say each table's data should not exceed 10 MB..and is there anyway to retrieve current table capacity??if there is.. can we retrieve it with php ??thanks... Link to comment https://forums.phpfreaks.com/topic/11993-restrict-table-size/ Share on other sites More sharing options...
fenway Posted June 15, 2006 Share Posted June 15, 2006 Not that I know of... I'm sure it's possible to query table size indirectly (row length x # of rows for fixed-width tables). But why would you want to do this? What are you actually trying to accomplish? Link to comment https://forums.phpfreaks.com/topic/11993-restrict-table-size/#findComment-45996 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.