
Sorry for that late answer, but at least is something :-)
From 2.0.4 DB
mysql> select * from groups; +----+-------+----------+----------+---------------------+-----------+------ ---------------+-----------+ | id | name | comments | valid_id | create_time | create_by | change_time | change_by | +----+-------+----------+----------+---------------------+-----------+------ ---------------+-----------+ | 1 | users | NULL | 1 | 2006-10-02 17:36:26 | 1 | 2006-10-02 17:36:26 | 1 | | 2 | admin | NULL | 1 | 2006-10-02 17:36:26 | 1 | 2006-10-02 17:36:26 | 1 | | 3 | stats | NULL | 1 | 2006-10-02 17:36:26 | 1 | 2006-10-02 17:36:26 | 1 | | 4 | faq | NULL | 1 | 2006-10-02 17:36:26 | 1 | 2006-10-02 17:36:26 | 1 | +----+-------+----------+----------+---------------------+-----------+------ ---------------+-----------+ mysql> select * from group_user; +---------+----------+----------------+------------------+------------------ ---+-----------+---------------------+-----------+ | user_id | group_id | permission_key | permission_value | create_time | create_by | change_time | change_by | +---------+----------+----------------+------------------+------------------ ---+-----------+---------------------+-----------+ | 1 | 1 | rw | 1 | 2006-10-02 17:36:26 | 1 | 2006-10-02 17:36:26 | 1 | | 1 | 2 | rw | 1 | 2006-10-02 17:36:26 | 1 | 2006-10-02 17:36:26 | 1 | | 1 | 3 | rw | 1 | 2006-10-02 17:36:26 | 1 | 2006-10-02 17:36:26 | 1 | | 2 | 4 | rw | 1 | 2006-10-03 13:32:40 | 1 | 2006-10-03 13:32:40 | 1 | | 2 | 1 | rw | 1 | 2006-10-03 13:32:40 | 1 | 2006-10-03 13:32:40 | 1 | | 2 | 3 | rw | 1 | 2006-10-03 13:32:40 | 1 | 2006-10-03 13:32:40 | 1 | | 2 | 2 | rw | 1 | 2006-10-03 13:32:40 | 1 | 2006-10-03 13:32:40 | 1 | +---------+----------+----------------+------------------+------------------ ---+-----------+---------------------+-----------+ Why don't you try with the default user root@localhost, if you didn't remove it on the beginning. What kind of access this Admin had to your system (just to the web interface, ssh to the box, DB)? I have a fresh copy of 2.0.4 on my home machine, so if you need anything, don't hesitate to ask. Peter