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 |
What is ibdata1?
How do I install mysql on windows 10?
How do I kill a mysql query?
How to escape special characters in sql statements?
What is a join? Explain the different types of mysql joins.
What is blob in mysql?
How to get the current date in mysql?
Is mysql free download?
How many columns is too many mysql?
Is mysql a relational database?
How do I know if mysql is installed on windows?
How many ways we can we find the current date using 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)