• Resolved glazkovkonstantin

    (@glazkovkonstantin)


    Добрый вечер! Помогите решить проблему. Не могу активировать плагин, выдаёт ошибку:
    Tablespace ‘mydbname.cerber_lab_ip‘ exists.

    CREATE TABLE IF NOT EXISTS cerber_lab_ip ( ip varchar(39) CHARACTER SET ascii NOT NULL COMMENT ‘IP’, reputation INT(11) UNSIGNED NOT NULL COMMENT ‘Reputation of IP’, expires INT(11) UNSIGNED NOT NULL COMMENT ‘Unix timestamp’, PRIMARY KEY (ip) ) DEFAULT CHARSET=utf8 COMMENT=’Cerber lab IP cache’;

    Tablespace ‘mydbname.cerber_lab_net‘ exists.

    CREATE TABLE IF NOT EXISTS cerber_lab_net ( ip varchar(39) CHARACTER SET ascii NOT NULL DEFAULT “” COMMENT “IP address”, ip_long_begin BIGINT UNSIGNED NOT NULL DEFAULT “0”, ip_long_end BIGINT UNSIGNED NOT NULL DEFAULT “0”, country CHAR(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT “” COMMENT “Country code”, expires INT(11) UNSIGNED NOT NULL DEFAULT “0”, PRIMARY KEY (ip), UNIQUE KEY begin_end (ip_long_begin, ip_long_end) ) DEFAULT CHARSET=utf8 COMMENT=”Cerber lab network cache”;

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author gioni

    (@gioni)

    Hi!

    That means something is wrong with your database. Delete the cerber_lab_ip and cerber_lab_net tables manually and activate the plugin. There is no other way.

    Thread Starter glazkovkonstantin

    (@glazkovkonstantin)

    Hi!
    Thanks for the help! But I do not have these tables in the database.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Невозможно активировать плагин WP Cerber из-за ошибки в базе данных.’ is closed to new replies.