TinyMy, Quick and Dirty MySQL Shell

Posted by & filed under Review.

Stumbled across a tiny mysql shell — appropriately named ‘tinymy’ — a few months ago.

It’s quite a useful little bit of PHP code. Very lightweight and function interface and shell for MySQL. I use it whenever I need to verify the contents of a database table or test a couple of queries but don’t need a full install phpMyAdmin.

Thought I’d share.
Link