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 |
How many groups of data types?
Can I copy mysql data directory?
What, if a table has one column defined as TIMESTAMP?
How do I use mysql?
How to shut down the server with 'mysqladmin'?
What are HEAP tables in MySQL?
how to find max salary from the database
can you tell the order of sql select statement? : Mysql dba
What is difference b/w composit key n primary key and forigion key?
How to get current MySQL version?
What is 'mysqlcheck'?
How do I switch users in mysql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)