Bhaktaraz

Search
Skip to content
  • About Me
  • Contact Me

Monthly Archives: February 2020

Uncategorized

How to get the size of the MySQL database?

February 11, 2020 Bhaktaraz Leave a comment
SELECT table_schema "Databases",
        ROUND(SUM(data_length + index_length) / 1024 / 1024, 1) "DB Size in MB" 
FROM information_schema.tables 
GROUP BY table_schema; 

Run this query and you’ll probably get what you’re looking for.

Web Enthusiastic, Nature Lover

Recent Posts

  • configure a date range filter in SonataAdminBundle
  • Symfony 4/5 Password Reset
  • If you can’t run like this please stay at home quietly!
  • How to get the size of the MySQL database?
  • क बाट आउने २० अंग हरु यिनै हुन् बुझ!

Recent Comments

  • Setting server for first time to deploy PHP application to cloud – Bhaktaraz on Upgrade from PHP 7.0 to PHP 7.1
  • Bashudev Bhatt on About Me
  • Amar on Best High Ranking PHP Frameworks for Web Developers
  • bhaktaraz on 5 Android Applications that You Must Install
  • Sanjeev on 5 Android Applications that You Must Install

Archives

  • April 2021
  • March 2021
  • April 2020
  • February 2020
  • August 2019
  • April 2019
  • September 2018
  • August 2018
  • July 2018
  • May 2018
  • March 2018
  • February 2018
  • January 2018
  • November 2016
  • December 2015
  • November 2015
  • October 2015
  • May 2015
  • January 2015
  • September 2014
  • August 2014

Categories

  • BIT (Bachelor of Information Technology)
  • C++
  • Computer Network
  • Data Mining
  • Design Patterns
  • Difference Between
  • Doctrine2 ORM
  • Festivals
  • Frameworks
  • Laravel
  • PHP
  • PHP Tutorials
  • Programming
  • Quotes
  • Symfony
  • System Administration
  • Uncategorized

Tags

  • Association Analysis
  • bit
  • c
  • c++
  • cake php
  • cashonad
  • classifiad
  • Classification of IP Address
  • coa
  • codeigniter
  • Database
  • Data Mining
  • Data Warehouse
  • Develop disaster recovery plan
  • Doctrine2
  • Functions of Data Mining
  • Importance of IP Addressing
  • IP
  • IP Address
  • laravel
  • loadshedding
  • Man-made disasters
  • MySql
  • Natural disasters
  • object-oriented programming
  • OOP
  • PHP
  • PHP Frameworks
  • POP
  • procedure-oriented programming
  • purbanchal university
  • Query Manager
  • quotes
  • Rakshabandhan
  • Robin Williams
  • Single Class Inheritance
  • symfony
  • symfony2
  • system administration
  • yellow app
  • yii
  • जनै पूर्णिमा
  • पुरोहित
  • रक्षाबन्धन
  • हिन्दु

Popular Tags

  • Association Analysis
  • bit
  • c
  • c++
  • cake php
  • cashonad
  • classifiad
  • Classification of IP Address
  • coa
  • codeigniter
  • Database
  • Data Mining
  • Data Warehouse
  • Develop disaster recovery plan
  • Doctrine2
  • Functions of Data Mining
  • Importance of IP Addressing
  • IP
  • IP Address
  • laravel
  • loadshedding
  • Man-made disasters
  • MySql
  • Natural disasters
  • object-oriented programming
  • OOP
  • PHP
  • PHP Frameworks
  • POP
  • procedure-oriented programming
  • purbanchal university
  • Query Manager
  • quotes
  • Rakshabandhan
  • Robin Williams
  • Single Class Inheritance
  • symfony
  • symfony2
  • system administration
  • yellow app
  • yii
  • जनै पूर्णिमा
  • पुरोहित
  • रक्षाबन्धन
  • हिन्दु

Categories

Pages

  • About Me
  • Contact Me

Categories

  • BIT (Bachelor of Information Technology)
  • C++
  • Computer Network
  • Data Mining
  • Design Patterns
  • Difference Between
  • Doctrine2 ORM
  • Festivals
  • Frameworks
  • Laravel
  • PHP
  • PHP Tutorials
  • Programming
  • Quotes
  • Symfony
  • System Administration
  • Uncategorized

Recent Posts

  • configure a date range filter in SonataAdminBundle
  • Symfony 4/5 Password Reset
  • If you can’t run like this please stay at home quietly!
  • How to get the size of the MySQL database?
  • क बाट आउने २० अंग हरु यिनै हुन् बुझ!
Proudly powered by WordPress