↧
Formatting mysqladmin extended-status nicely
I always say that the ultimate MySQL tuning script is an expert human. To that end, I generally try to build tools that help a human be more productive with the raw information from MySQL. One of the...
View ArticleA tweak to column alignment for the mext script
I tweaked the mext script so it auto-detects the necessary column widths for each sample. Get mext here.
View ArticleUsing mext to format saved mysqladmin output nicely
I wrote a while ago about how mext works — it runs “mysqladmin extended-status” and formats it nicely. But what if you want to use it to format saved output that you’ve put into a file? It’s actually...
View Article