Snippet - How to get MySQL Tables size on disk?
by Catalin · 1 min read
This is a basic snippet that would help in case you dont have arround a visual database management tool: SELECT table_schema as `Database`, table_name AS `Table`,
1 posts in total
by Catalin · 1 min read
This is a basic snippet that would help in case you dont have arround a visual database management tool: SELECT table_schema as `Database`, table_name AS `Table`,