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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I find mysql location?

1005


How to do login in mysql with unix shell.

1156


What are the mysql database files stored in system ?

1110


What is an example of a delimiter?

976


How to delete the repeated records from a table?

1034


Which software is used for mysql?

1016


what is constraints? Also explain the different types of constraints?

1020


Can I copy mysql data directory?

967


How do I view tables in mysql workbench?

970


How do I edit a stored procedure in mysql?

968


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?

1015


Is primary key auto increment?

984


How to show all tables with 'mysql'?

1059


How to find second highest salary from a table?

1057


What is the latest version of php and mysql?

1268