What is maximum size of a database in MySQL?

Answer Posted / prathiba

The effective maximum table size for MySQL databases is
usually determined by operating system constraints on file
sizes, not by MySQL internal limits.

Is This Answer Correct ?    117 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you will Show unique records.

731


What is the difference between procedure and function in mysql?

668


What is a tinyint in mysql?

649


Why use mysql procedures?

684


What is a blob datatype?

615






What is heap table?

769


What is mysqli procedural?

682


What does mysql flush privileges do?

655


What are views in mysql?

671


What are the technical specifications of mysql?

846


How to Set a root password if there is on root password.

752


How is myisam table stored?

708


Please can the SQL code below be interpreted IF @xMatchCriteria='MATCH12' BEGIN IF EXISTS (Select * from #InsightData where (EmailAddress=@xDCPEmailAddress ) ) BEGIN SET @xTestMatchCriteria = @xMatchCriteria; SELECT @xCRMCustomerId=CustomerId, @xCRMDcpCustomerId=DcpCustomerId, @xCRMPortalCustomerID=PortalCustomerID,@xCRMDcpID=DcpID, @xCRMCardNumber=CardNumber, @xCRMEmailAddress=EmailAddress, @xCRMfirtLetterFirstName=firtLetterFirstName, @xCRMLastName=Surname,@xCRMAddressLine1=AddressLine1, @xCRMPostCode=PostCode FROM #InsightData where (EmailAddress=@xDCPEmailAddress ) END ELSE BEGIN SET @xTestMatchCriteria='No'+@xMatchCriteria; END END

1350


How do I find the size of a mysql database?

655


How to display top 10 rows in mysql?

729