As a MySQL newbie, phpMyAdmin is very easy and effective for getting going. Because it prints the commands used to execute the commands, I've used it as a tutorial at times.
For my purposes, I use phpMyAdmin now to get commands worked out before incorporating into PHP code. Then, I can use it to make sure my code is modifying the database correctly.