Main public logs
From Sasara
Jump to navigationJump to search
Combined display of all available logs of Sasara. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:09, 17 May 2026 Rubenerd talk contribs created page MariaDB (Created page with "'''MariaDB''' database notes. ==Size of table== By [https://stackoverflow.com/questions/9620198/how-can-i-get-the-sizes-of-the-tables-of-a-mysql-database ChapMic]: SELECT table_name AS `Table`, round(((data_length + index_length) / 1024 / 1024), 2) `Size in MB` FROM information_schema.TABLES WHERE table_schema = "$DB_NAME" AND table_name = "$TABLE_NAME"; Category:Tech")