Hello All,
I ran into this challenge while trying to do a fresh install of OJS 3.4.0.5 “A database error has occurred: SQLSTATE[28000] [1045] Access denied for user ‘ojs’@‘localhost’ (using password: YES) (SQL: create table journals
(journal_id
bigint not null auto_increment primary key, path
varchar(32) not null, seq
double(8, 2) not null default ‘0’ comment ‘Used to order lists of journals’, primary_locale
varchar(14) not null, enabled
smallint not null default ‘1’ comment ‘Controls whether or not the journal is considered "live" and will appear on the website. (Note that disabled journals may still be accessible, but only if the user knows the URL.)’, current_issue_id
bigint null) default character set utf8 collate ‘utf8_general_ci’)”
attached is the screenshot