MyBB Community Forums
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> MySQL Query to log everyone out.
Full Version:
MySQL Query to log everyone out.
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
vEconomy
2013-09-30, 02:11 PM
Does anyone know the MySQL query to log everyone out? The session cookies?
Matt
2013-09-30, 07:19 PM
UPDATE `mybb_users` SET `loginkey` = '';
Should do it I guess.
MyBB Community Forums
>
Community Archive
>
Archived Forums
>
Archived Development and Support
>
MyBB 1.6
>
1.6 General Support
> MySQL Query to log everyone out.