Do you know any online (web based) MySQL clients ?

I mean an application that allows me to login to a remote MySQL server. (A third-party web hosted installation that allows me to specify the IP, username and password of my MySQL server.)

link|improve this question

0% accept rate
1  
superuser is for computer hardware and software related questions only. Websites are considered off topic as defined by the site scope laid out in the FAQ. – Josh K Apr 30 '10 at 13:51
feedback

closed as off topic by Sathya, Josh K, Arjan, th3dude, Nifle Apr 30 '10 at 14:42

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

2 Answers

phpMyAdmin is a free software tool written in PHP intended to handle the administration of MySQL over the World Wide Web. phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement.

phpMyAdmin comes with a wide range of documentation and users are welcome to update our wiki pages to share ideas and howtos for various operations. The phpMyAdmin team will try to help you if you face any problem, you can use variety of support channels to get help.

phpMyAdmin is also very deeply documented in a book written by one of developers – Mastering phpMyAdmin for Effective MySQL Management, which is available in English, Czech, German and Spanish.

To ease usage to a wide range of people, phpMyAdmin is translated into 58 languages and supports both LTR and RTL languages.

phpMyAdmin is a more than ten years old project with stable and flexible code base

link|improve this answer
I know, but i couldn't find any web hosted installation what allow me to use IP of my mysql server, username and password. I'm looking for testing tool using World Wide Web. That test tool should be working on my hosting, or can be hosted anywhere in the web. But at loogin page should ask me a 3 question Host: 98.124.687.21 Username:xxx Password:xxx Any idea ? – marc Apr 30 '10 at 13:33
@marc: can you not download and install phpMyAdmin on your server? – squillman Apr 30 '10 at 14:25
feedback

An alternative to phpMyAdmin (as suggested by Nifle) is Adminer, basically a lightweight phpMyAdmin in one file.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.