22 Apr 2020
use moodle;
show tables;
describe mdl_auth_oidc_token;
select * from mdl_auth_oidc_token where oidcusername=1;
use escola;
select * from oauth2_server_token where uid=1;
delete from oauth2_server_token where uid=1;