Results 1 to 1 of 1
-
13th Jan 2008, 01:31 AM #1OPMember
[TUT]Change Member Group in MYSQL
Remember to always back up first!
Problem: You need to move your account back into the root admin position, but you are locked out of the admin cp by accident.
Solution: Open phpMyAdmin or somthing similar. Run the query:Code:UPDATE ibf_members SET mgroup = X WHERE id = Y LIMIT 1
X -> The member group to move to. Root admin default is 4, but you may have changed it.
Y -> Your member ID. Find it by browsing ibf_members or by going to your profile on your forum and looking at the number where it says showuser=*
You can also use this approach to mass move groups.
Code:UPDATE ibf_members SET mgroup = X WHERE mgroup = Y
Y -> The old member group
* this idea from yellow_spiderLease Reviewed by Lease on . [TUT]Change Member Group in MYSQL Remember to always back up first! Problem: You need to move your account back into the root admin position, but you are locked out of the admin cp by accident. Solution: Open phpMyAdmin or somthing similar. Run the query: UPDATE ibf_members SET mgroup = X WHERE id = Y LIMIT 1 You need to change the variables X and Y X -> The member group to move to. Root admin default is 4, but you may have changed it. Y -> Your member ID. Find it by browsing ibf_members or by going to your Rating: 5Extremely helpful article about hiding your identity here
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
User Group Manager DLE 9.3 Mysql Error
By Devils in forum Technical Help Desk SupportReplies: 8Last Post: 12th Nov 2011, 09:05 PM -
Member group
By Fred in forum Feedback and SuggestionsReplies: 6Last Post: 27th Apr 2010, 08:54 PM -
[TUT]Quickly Finding Member Group ID`s
By Lease in forum IP.BoardReplies: 0Last Post: 13th Jan 2008, 01:25 AM
themaCreator - create posts from...
Version 3.23 released. Open older version (or...