|
Using the mysql admin tool from yahoo control panel insert in the usergroups table an entry with a groupid of 6 and name of Administrators and cpaccess of 1 such like this
INSERT INTO pp_usergroups VALUES (6,'Administrator',1,1,1,1,'','','',1,1,1,0,0)
this assumes a table prefix of pp_ was used
You should then have an admin link and can reimport the rest of the usergroups from edit usergroups link in admin
|