views:

61

answers:

1

I've exported all the old orders out of our old store into a mySQL DB.

Anyone know of a simple project or web based app that will let you search all fields with a wildcard?

So if I type in sha automatically any results with those letters would popup.

This would be similar to dbman but with mysql and some ajax. And preferably free and open source.

+2  A: 

If you can use a "fat" client you can download the MySQL GUI tools from http://dev.mysql.com/downloads/gui-tools/5.0.html

Also look at http://www.mysqlajaxtableeditor.com/

Jim Garrison
I think http://www.mysqlajaxtableeditor.com/ was exactly what I was looking for, I'll check it out and get back to you. Thank you.
shaiss
So far MATE looks great. I'm testing the basic example first, then I'll move on to displaying joins. Thanks again for the help!
shaiss