I have a MySQL database located on my webserver that I frequently need to add records. What is an easy way to add/edit/delete records without having to login to my control panel, then login in to phpMyAdmin?
Also, If I could find a way for multiple users to add records, It would save me a lot of time from having to import lots of csv files.
An Android App for my Galazy Tab would be epic.
There is an official MySQL GUI Query Browser/Administrator/Database Designer application that can be downloaded from here. To use this you need to make sure that your server is configured to allow your MySQL user account to log in from a remote IP address.