Create the first user - installation error Omeka S

Hello!

Curious if anyone can help solve this error that comes up when I am trying to add the first user during installation.

I am running the install on Windows via Wamp server and am quite unfamiliar with MySQL. Managed to create a database and access the installation page but then once I submit new user details, this error pops up.

Any suggestions? Thank you

Your database user doesn’t have all the permissions it needs: in this case the error is complaining about the REFERENCES privilege being missing. That’s something you’ll need to change using your database administration tool or interface.

Thanks so much, have adjusted the privileges and it works now!