Synook

MySQL Querier - quick DB management

A long time ago (e.g. a couple of years) I wrote a very small one-page PHP script for myself to use to quickly manage my MySQL databases through direct SQL queries, phpMyAdmin being to slow in some occasions. Now, I’ve put the source up in the Lab, so anyone can use it.

The querier directly passes on MySQL queries that you enter into it, and in the case of SELECT requests returns the result in tables. That’s all to it, but if you quickly need to change something it can come in very handy.

It’s very simple to use, and quite secure. Feel free to modify it as you wish.