Does anyone know that how much data can be stored in mysql database and in a table? And if the database/table is over the limit then how would the script based on that table/database be executed??
Please help.
Thankyou
Best place to look for an answer for this kind of questions is mysql.com documentations I checked out for you http://www.mysql.com/doc/en/Table_size.html
if your database is growing maybe you should start thinking enterprise level databases, like sybase, oracle or MsSQL Server. They scale pretty well. MHO
thanx sylow!