maximum database size of mysql database
Answers were Sorted based on User's Feedback
Answer / pandu
Run the below query you can get the Data Base Size in MySQL.
If you run the query which is given below in MySQL Query
Browser then you will get the two columns first will display
the Data Base Name and the second will display the Data Base
Size in MB.
SELECT table_schema "Data Base Name", sum( data_length +
index_length ) / 1024 / 1024 "Data Base Size in MB"
FROM information_schema.TABLES GROUP BY table_schema ;
Is This Answer Correct ? | 0 Yes | 0 No |
What is a storage engine? What are the differences between innodb and myisam engines?
Is mysql a server?
what is the difrence between sql and pl/sql
How To see all the tables from a database of mysql server.
date funciton
Is mysql open source?
What happens if a table has one column defined as TIMESTAMP?
Which statement is used in a select query for partial matching?
What are the advantages/disadvantages of mysql and php?
what are the main differences between MyISAM and InnoDB table storage structures ? what are the advantages and disadvantages in usage of these ?
10 Answers E2 Solutions, Tesco,
Write a program using the select statement, while loop.
What is the data source name for mysql?