Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


maximum database size of mysql database

Answers were Sorted based on User's Feedback



maximum database size of mysql database..

Answer / pandu

Run the below query you can get the Data Base Size in MySQL.

If you run the query which is given below in MySQL Query
Browser then you will get the two columns first will display
the Data Base Name and the second will display the Data Base
Size in MB.

SELECT table_schema "Data Base Name", sum( data_length +
index_length ) / 1024 / 1024 "Data Base Size in MB"
FROM information_schema.TABLES GROUP BY table_schema ;

Is This Answer Correct ?    0 Yes 0 No

maximum database size of mysql database..

Answer / ramkumar

1 bytes

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More MySQL Interview Questions

How many groups of data types?

0 Answers  


Can I copy mysql data directory?

0 Answers  


What, if a table has one column defined as TIMESTAMP?

0 Answers  


How do I use mysql?

0 Answers  


How to shut down the server with 'mysqladmin'?

0 Answers  


What are HEAP tables in MySQL?

1 Answers  


how to find max salary from the database

3 Answers  


can you tell the order of sql select statement? : Mysql dba

0 Answers  


What is difference b/w composit key n primary key and forigion key?

4 Answers  


How to get current MySQL version?

0 Answers  


What is 'mysqlcheck'?

0 Answers  


How do I switch users in mysql?

0 Answers  


Categories