Basically, I was taught on how to create a root password using the \"mysqladmin -u root -p password\" command, this was done all through the windows command editor. Now, the
Go to the datadir for your mysql installation and rm the databases manually. It can be
/usr/local/var/mysql
Then,
rm -R
To check datadir for your installation,
vim the mysql.server file and find it there.