I accidentally deleted the root user (I know, don't ask..) on my local dev setup of MAMP/MySQL running on OS X. There are no other users created to get back into MySQL. Suffices to say, this is a mild nightmare, as I'm a newbie to MySQL and can't seem to do anything without root.
Found this: http://hack2live.blogspot.com/2009/04/restore-repair-reset-mysql-root.html which seems like exactly what I need, but need help parsing it into noob language.
I also don't think a reinstall of MAMP will do the trick, as a lot of my cursory searches yielded people who had tried without success.
Does anyone know of an OSX friendly way to recreate root @ localhost back into MAMP's MySQL? I basically just don't know where MySQL is living in MAMP or how to execute the correct commands in terminal to try and fix it.
Thanks for your help.
Update
Alright, thanks for your help guys, but tried both options below to no avail and have since successfully restored a backup of the entire MAMP application (meaning I've got root back, I can open phpmyadmin, etc). But now, a new problem: I can't seem connect to the DB w/ PHP anymore, even though none of the code has changed, and of course everything worked fine before the deletion of root user and my subsequent attempts at fixing it.
Any ideas on what I might've done while trying to fix it, given the below, that could be preventing my old configuration from connecting as it was? Ugh, what a mess.