2011-10-26, 08:51 PM
2011-10-26, 08:53 PM
Log into your database, edit your username and change the group ID from whatever number it is to 4.
Save of course
Save of course
2011-10-26, 08:55 PM
(2011-10-26, 08:53 PM)Knerba Wrote: [ -> ]Log into your database, edit your username and change the group ID from whatever number it is to 4.
Save of course
on config.php I am guessing?
2011-10-26, 08:56 PM
No, you need to log into your phpMyAdmin which is within your hosting cPanel.
2011-10-26, 08:58 PM
(2011-10-26, 08:56 PM)Knerba Wrote: [ -> ]No, you need to log into your phpMySQL which is within your hosting cPanel.
How do you change in the PHPMyAdmin All I can see is pages (I think )
2011-10-26, 09:25 PM
^ this thread was marked as solved !! anyway, see SQL queries - basic guide
2011-10-27, 03:35 AM
(2011-10-26, 08:58 PM)Mr Joker Wrote: [ -> ]How do you change in the PHPMyAdmin All I can see is pages (I think )What you should see is the name of the database you created for MyBB (in the panel on the left). Click on that and you should see a whole lot of tables. Click on users. (By default it's mybb_users, but if you gave the install process a different prefix, the mybb part will be what you used.)
In the right panel you should be able to finds your login (it should be the first one). Click on the pencil for that row (second item - first one is a checkbox), and you'll get an editing screen for that record. Change the usergroup (11th item) to 4. Scroll down to the Go button and click it.
Now you should be able to get into the ACP.