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`,
2 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`,
by Catalin · 1 min read
I was working today on a project that required the relation of two tables in MySQL by a hash string. So the next problem that was on the table, how to make things better to affect speed as little as