Hi everyone!
I’m resently trying to install OJS, I’m new in php and I was trying to search for a sollution and didn’t get anything from the internet.
Here its the error:
Errors occurred during installation
A database error has occurred: SQLSTATE[HY000] [1045] Access denied for user ‘ciejil_ojs’@‘localhost’ (using password: YES) (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’)
I don’t know if its an issue from my MYSQL configuration or its something else that I need to do.
Thanks a lot
Rafael
Can you please indicate which version that you’re trying to install? And, at what point you encounter this error (e.g. after or before using the web interface for installation)
I have the same problem installing OJS Version 3.3.0.8
Errors occurred during installation A database error has occurred: SQLSTATE [HY000] [1045] Access denied for user ‘ea21journalDB’ @ ‘localhost’ (using password: YES) (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’)
Errors occurred during installation
A database error has occurred: SQLSTATE[HY000] [1045] Access denied for user ‘root’@‘localhost’ (using password: YES) (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’)
i also have same issue can any one fix this PKP team Help me to fix this?
im using the OJS 3.3 LTS (Long-Term Support) version.
You are using the wrong MySQL root password. Double-check or reset your password and try again. Note that it’s generally better to use an account less powerful than root – if you use the root user, then your root password will have to be entered into your config.inc.php configuration file, which is not a very secure approach.
Regards,
Alec Smecher
Public Knowledge Project Team