tags:

views:

27

answers:

2

I'm looking for a web-based Mysql alternative to PhpMyadmin that could run of a windows box... not sure if there's anything out there... can run PHP, but would like something that would actually allow me to setup different DB connections on remote machines. Thanks!

+1  A: 

Does it must be web-based? There is a free version of Database Workbench for MySQL. It is pretty good and you can connect to remote machines. You can download it from upscene. There is also a free manager from MySQL but it is heavier and needs .Net.

Eduardo Mauro
Yeah, I'm looking for something web-based cause the people using it don't always login from workstations with installed client app.
denisb
A: 

use toad - it rocks, or is that croaks ?? http://www.toadsoft.com/toadmysql/

f00