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 can I create table in mysql?
What is mysql data directory? How to determine the location of the data directory?
Is sql and mysql same?
What data type is money?
all the queries used in sql
What is mysql and how it works?
What is difference between mysql and mysql server?
Explain Access Control Lists.
What is a mysql view?
What is myisamchk?
Table A has 5 rows and table B has 0 rows Cartesian join on A,B will have----rows
How do I edit a database in mysql workbench?