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 do you understand by mysql terminal?
How can you change the password of a mysql user?
What you can use regular expression for in mysql?
What language is mysql written in?
What is strict mode in mysql?
What is the difference between truncate and delete in mysql?
How do I restore a mysql database?
What is the limit of mysql database?
Where MyISAM table will be stored and also give their formats of storage?
Is mariadb better than mysql?
Can you tell the reasons for selecting lamp(linux, apache, mysql, php) instead of any other combination of software programs, servers, and operating system?
What is the main different between Null and NOT Null. Difference between Primary and Unique Key. How to Check the database from which application is it possibe.
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)