Porl123 Posted September 21, 2008 Share Posted September 21, 2008 I'm making a script that's able of making any amount of records with one button press, but for some reason if the amount of records does reach over 4-5 million the script tends to crash, so I was just wondering if there was a way to find out and/or change the amount of possible records a table can contains Thanks in advance! :] Quote Link to comment https://forums.phpfreaks.com/topic/125196-max-amount-of-table-records/ Share on other sites More sharing options...
Mchl Posted September 21, 2008 Share Posted September 21, 2008 If it's in PHP, then it is likely that your script times out (default timeout period is 30 seconds I think). There's no limit on number of rows mySQL table can contain other than filesystem limits. Quote Link to comment https://forums.phpfreaks.com/topic/125196-max-amount-of-table-records/#findComment-647135 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.