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 rename a mysql database?
How do you insert a table?
What is a transaction? Describe mysql transaction properties.
Explain data type TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP .
How to enter microseconds in sql statements?
How would you get the current date in mysql?
What are the functions of mysql?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
How can we encrypt and decrypt a data presented in a table using mysql?
How many ways we can we find the current date using MySQL?
What is blob datatype in mysql?
What is database url for 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)