3

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.

Apoorv Saxena
  • 131
  • 1
  • 2

3 Answers3

7

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.

larsks
  • 43,623
  • 14
  • 121
  • 180
3

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

Dennis Williamson
  • 62,149
  • 16
  • 116
  • 151
2

Adminer is a simpler alternative to PHPMyAdmin

Not Now
  • 3,552
  • 18
  • 19