maximum size of a database in mysql?
Answers were Sorted based on User's Feedback
Answer / a.kishan kumar
mysql> select
table_schema,sum(data_length+index_length)/1024/1024 from
information_schema.tables group by table_schema;
| Is This Answer Correct ? | 1 Yes | 4 No |
How do I change a procedure in mysql?
What is dump in mysql?
How many columns can you create for an index?
What does mysql flush tables do?
Is mysql distributed?
How to enter binary numbers in sql statements?
How is myisam table stored?
what is the procedure to configure the application of mysql?
How do I rename a procedure?
What is mysql connector used for?
What is data in mysql?
How can you retrieve a particular number of records from a table?
Oracle (3259)
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)