shortysbest Posted July 28, 2010 Share Posted July 28, 2010 How many rows can the database have? Link to comment https://forums.phpfreaks.com/topic/209141-whats-the-maximum-number-of-rows-a-mysql-database-can-hold/ Share on other sites More sharing options...
PFMaBiSmAd Posted July 28, 2010 Share Posted July 28, 2010 Tables hold rows. Databases hold tables. The limit is more of a size limit of how much data you can store in a file under the operating system you are on. If your table has an autoincrement key, the row limit would be that of a BIGINT value - 18,446,744,073,709,551,615 Link to comment https://forums.phpfreaks.com/topic/209141-whats-the-maximum-number-of-rows-a-mysql-database-can-hold/#findComment-1092268 Share on other sites More sharing options...
fenway Posted July 29, 2010 Share Posted July 29, 2010 Even more so, the actual length a given row. Link to comment https://forums.phpfreaks.com/topic/209141-whats-the-maximum-number-of-rows-a-mysql-database-can-hold/#findComment-1092566 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.