|
Admin Group
|
|
03-04-2012, 08:54 AM
Post: #1
|
|||
|
|||
Admin Group
Hello,
I've deleted accidentally my Admin group, is it possible to restore it? I have no backups made. ---Ld Est Ld--- |
|||
|
03-04-2012, 09:17 AM
Post: #2
|
|||
|
|||
RE: Admin Group
do you have access to database manager (eg. phpMyAdmin) to run SQL queries ..
|
|||
|
03-04-2012, 09:21 AM
Post: #3
|
|||
|
|||
RE: Admin Group
yes i have
|
|||
|
03-04-2012, 09:49 AM
(This post was last modified: 03-04-2012 09:50 AM by ranjani.)
Post: #4
|
|||
|
|||
RE: Admin Group
run below queries one by one
PHP Code: DELETE FROM `mybb_datacache` WHERE `title` = 'usergroups'; PHP Code: UPDATE `mybb_users` SET usergroup='4' WHERE uid='your uid' PHP Code: UPDATE `mybb_usergroups` SET `cancp` = '1' WHERE `gid` = '4'; |
|||
|
03-04-2012, 12:09 PM
Post: #5
|
|||
|
|||
RE: Admin Group
Thank You Very Much
Rep+ [SOLVED]
|
|||
|
03-07-2012, 08:37 AM
Post: #6
|
|||
|
|||
RE: Admin Group
I deleted my access to, and i tried to add that directly from the MySql database. I don't have PhpMyadmin
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help


Admin Group 

Rep+ [SOLVED]