Thanks Bila but my oc_bruteforce_attempts database was corrupted, i can’t use my backup
I can use webmin but i don’t know the prerequisite for recreate this table…
As this example, don’t work with my mariadb
CREATE TABLE oc_bruteforce_attempts (
id bigint(20) UNSIGNED NOT NULL,
action varchar(64) COLLATE utf8_bin NOT NULL DEFAULT ‘’,
occurred int(10) UNSIGNED NOT NULL DEFAULT ‘0’,
ip varchar(255) COLLATE utf8_bin NOT NULL DEFAULT ‘’,
subnet varchar(255) COLLATE utf8_bin NOT NULL DEFAULT ‘’,
metadata varchar(255) COLLATE utf8_bin NOT NULL DEFAULT ‘’
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;