I ran this command :
CREATE DATABASE wordpress;
And I got
Query OK, 1 row affected (0.00 sec)
I ran the second command :
CREATE USER wordpressuser@localhost IDENTIFIED BY ‘password’;
And I got:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '‘password’' at line 1
What am I doing wrong? Running a freshly installed Ubuntu 14.04 Server and trying to make a database for Wordpress.