I deleted all users but one, and now the password I assigned it will not work.
I thought, easy enough, I'll just reinstall, I have all the ddl to bring all the db's back.
I removed the symbolic link to mysql in /usr/local/. I then moved the tar.gz archive to another user's home directory and untarred. I then symlinked backed to /usr/local/mysql and ran the mysql_install_db script.
This essentially did nothing. I still cannot access mysql at all. Here is where my sys admin skills obviously lack.
What is the equivalent of uninstall in *nix?
I tried removing the directory w/ rm -d, but it still wanted me to manually remove each subdirectory within /usr/local/mysql


