Omeka S install issue

I keep getting this error- * An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user ‘makersuser2’@‘localhost’ (using password: YES)

The config file is filled out as instructed and the user is admin in Maria DB.

Anyone know the reason?

It just means that your credentials for the database are incorrect.

If your password contains special characters, make sure it’s enclosed in quotes.

1 Like

I have made the corrects on our MariaDB server and now have this issue.
The Config file I have uploaded to our ftp server is straight from the omeka site.

Any Idea?

I could include a copy of that file as well.

This one means that there’s some issue with the database.ini file and we couldn’t parse it. You probably have mismatched quotation marks or, as I suggested before, something like a password with a special character which means the password must be enclosed in quotation marks.

I have it in the ini file as below:
password = “‘password’”

What am I missing?

I’ve gotten back to the original SQLSTATE[HY000] issue.

Is that exactly what you have in your file? What you posted there has two sets of quotes, and both of them are “fancy” or “curly” quotes.

You want just one set of quotation marks, and they should be the straight, “typewriter” style:

password = "password"

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.