Related Articles
How to Get Size of a Database in Mysql
To Get Data Base Size in MB and Free Space in MBSELECT table_schema “dbName”, sum( data_length + index_length ) / 1024 / 1024 “Data Base Size in MB”, sum( data_free )/ 1024 / 1024 “Free Space in MB”FROM information_schema.TABLESGROUP BY table_schema ; To Get Size in GB: SELECT sum(round(((data_length + index_length) / 1024 […]
Print Window Page Using Javascript
Below script prints the window page by simple javascript function. See below :
fixed share buttons
Floating Share Buttons
General
sidebar buttons
sidebar fixed share buttons
SideBar Floating Share Buttons
SideBar share buttons
Tips&Tricks
Sidebar Floating Share Buttons
SideBar Floating Share Buttons Code Start Below Tweet SideBar Floating Share Buttons Code End

