Free Online tools for testing mysql queries - having features like PhPMyAdmin
Posted
by
Sandeepan Nath
on Stack Overflow
See other posts from Stack Overflow
or by Sandeepan Nath
Published on 2010-12-24T12:54:07Z
Indexed on
2010/12/24
20:53 UTC
Read the original article
Hit count: 342
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.
© Stack Overflow or respective owner