I learned MySQL and PHP from the webmonkey tutorials. I'm currently creating all my dbs using text files with a .dump extension, and "running" them from the command line (files contain SQL commands). Is there a graphical interface that will allow me to create dbs, tables, add/remove records, update data, etc.?
I'm working on Windows 2000 and Apache.