Kee,
Generally (unless you've put entries into the host table), your security entries will be held in 2 tables in the mysql database.
a. User
b. Db
Easy solution: (if you have a backup)
1. shutdown mysql.
2. Overwrite the files db. and user. in the mysql directory from the backup.
3. Restart mysql.
If you don't have a backup, drop me a mail and I'll send you a copy of these files with blank passworded root user entries.
Once you've got it working, it's definitely worth scheduling a nightly shutdown and backup of you database files (cron et al.)
Cheers
Justin