Fresh installation of OJS 3.3.20 on windows 10 IIS, PHP 7.3, MYSQL 8.0,
Mysqli selected while installation,
Around 41 tables gets created on fresh installation and later i get this error message.
Dropped the complete database and tried again by clearing the cache but still getting the same error message.
A database error has occurred: SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘announcement_types’ already exists (SQL: create table announcement_types
(type_id
bigint not null auto_increment primary key, assoc_type
smallint not null, assoc_id
bigint not null) default character set utf8 collate ‘utf8_general_ci’)