Originally a Perl programmer, I recently switched briefly to ASP and then (permanently?) to PHP. I have never worked with MySQL - in fact, I'm used to working with MS SQL Server 7 on an NT box.
I'm trying to get started with MySQL, as it seems to be the db of choice for PHP/Linux, and I'm having some trouble coming to grips with the lack of user-friendly interface (like SQL Server's Enterprise Manager). Do MySQL databases have to be managed completely with code? What is everyone's advice on how to create/view/manage MySQL databases?
I find it somewhat unsettling that there's no way to directly view the data in the database (that's quite a generalization, and probably sounds foolish).
Thanks for helping out a beginner.
Keegan Miller