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 does mysql encrypt passwords?
What are the similarities between a function and a procedure?
Explain the difference between FLOAT, DOUBLE and REAL.
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
How do I view a mysql database?
What is the difference between timestamp and datetime in mysql?
Is oracle better than mysql?
What do you mean by % and _ in the LIKE statement?
What is current version of mysql?
How to create a trigger in mysql?
Why is it called mysql?
What is the use of mysql_fetch_array () function in php?
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)