Thank you for the fast reply - and thanks for listing the command as well. :-)
Here's the info:
mysql> SELECT * FROM w3t_Groups;
+----------------+------+
| G_Name | G_Id |
+----------------+------+
| Administrators | 1 |
| Moderators | 2 |
| Users | 3 |
| Guests | 4 |
+----------------+------+
4 rows in set (0.00 sec)
Off the top of your head, do you know the mysql command to slick the database of all data/tables/etc. and start over? (I picked up a PHP book yesterday, but I guess I need to go back for a MYSQL one - heh heh) I think doing this might help the troubleshooting process.