Problema en la actualización

Problema en la actualización

de César Omar Gálvez González -
Número de respuestas: 0

he realizado la actualización a 3.3.1

pero me ha salido el siguiente mensaje 

Debug info: Table 'mood_auth_oauth2_linked_login' already exists
CREATE TABLE mood_auth_oauth2_linked_login (
id BIGINT(10) NOT NULL auto_increment,
timecreated BIGINT(10) NOT NULL,
timemodified BIGINT(10) NOT NULL,
usermodified BIGINT(10) NOT NULL,
userid BIGINT(10) NOT NULL,
issuerid BIGINT(10) NOT NULL,
username VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
email LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
confirmtoken VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '',
confirmtokenexpires BIGINT(10),
CONSTRAINT PRIMARY KEY (id)
, KEY mood_authoautlinklogi_issu2_ix (issuerid, username)
, KEY mood_authoautlinklogi_use3_ix (usermodified)
, KEY mood_authoautlinklogi_use4_ix (userid)
, KEY mood_authoautlinklogi_iss2_ix (issuerid)
, UNIQUE KEY mood_authoautlinklogi_use2_uix (userid, issuerid, username)
)
ENGINE = InnoDB
DEFAULT CHARACTER SET utf8
DEFAULT COLLATE = utf8_general_ci 
COMMENT='Accounts linked to a users Moodle account.'
Error code: ddlexecuteerror

Promedio de valoraciones: -