Well, if you're talking web-based front-end for configuration, phpMyAdmin or MySQL tool (I think that's it) are your best bets.
As far as creating web-based forms, you're probably gonna need to get your hands dirty and embed some code. You can use a tool such as Dreamweaver to create the layout and forms, but you'll need to write code to connect to MySQL. Perl and PHP have good functions to go with MySQL (and other DBs). I'm sure JSP and ASP do also, but I've never used them.
You could also use something like Access to create your GUI forms with MyODBC driver. There are some MySQL GUIs out there available by download (some free, some note) although I have never evaluated any of them.
Otherwise, if you are doing something specifc, someone may have already written the code (see phpBB for forums) although it sounds like you're gonna have to program some of this yourself.
Good luck.