We need a MySQL reporting / monitoring system. Our end-users want to see some informations from databases. They need read-only access permission. We don't want to use PhpMyAdmin because PHPMYADMIN's interface is a little complicated for our end-users. (They don't know SQL or other programming languages)
Because of this we need more basic interface. User's can select columns which what to see, and order them according to they want.
For example there will be a table, users can columns and order datas. Datas will come from our database.