Free Online tools for testing mysql queries - having features like PhPMyAdmin
- by Sandeepan Nath
Can anybody tell me any "free online hosted database servers" (don't know if that is the correct term) where we can do query testing and all those things that we can do on tools like PhpMyAdmin? does something like that exist? Like we have http://jsfiddle.net/ for testing js codes.
I checked http://sqlzoo.net/ but this is very much limited and there are some predefined tables in some given examples on which we can alter things. That's all. It does not allow me to do a lots of other things like creating tables etc.
A nice resource - PhpMyAdmin's demo site . Use the latest stable version here.
You have full control over the MySQL
server, however you should not change
root, debian-sys-maint or pma user
password or limit their permissions.
If you do so, demo can not be accessed
until privileges are restored, so you
just break things for you and other
users.