I am trying to install roundcube. Anyways, this is what I need to enter.
> CREATE DATABASE roundcubemail CHARACTER SET utf8 COLLATE utf8_general_ci;
> CREATE USER roundcube@localhost IDENTIFIED BY 'password'; (THIS IS WHERE THE PROBLEM IS)
> GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost;
When I try to enter ''
I end up getting ‘ ’
which causes a syntax error.
I am on a minimal install. I am using PHP.
I'm a beginner, so take it easy on me if I am missing an obvious step haha.