I am looking forward to a tool to view a mysql database like a browser addon without installing a heavy software..

If there is any other software you want to suggest for viewing and editing mysql database please post your suggestions.

Thanks in advance.

link|improve this question
feedback

4 Answers

phpMyAdmin is a typical choice. You do need a PHP-enabled web server, but that's pretty easy, and then you get a browser-based interface for interacting with your MySQL server.

It's obviously not a browser add-on, but the software requirements aren't all that unusual.

link|improve this answer
feedback

PHPMyAdmin will probably be what you need. It's not a browser add-on, though. It installs on the server.

link|improve this answer
feedback

Adminer is a simpler alternative to PHPMyAdmin

link|improve this answer
This is indeed a nice alternative to PMA. Nice recommendation. – Beaming Mel-Bin Feb 13 '11 at 15:46
feedback

I found XAMPP the most easiest installation for MYSQL/PHP and it will also provide you with PHPmyadmin.

link|improve this answer
I don't see how this answers Cody's question. – Martijn Heemels Feb 12 '11 at 18:36
feedback

Your Answer

 
or
required, but never shown

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