Hi
I have a simple syntax question for MariaDB. I am doing a Wordpress tutorial, and I cannot complete the configuration for MariaDB. When I try to insert a row:
GRANT ALL PRIVILEGES ON mywebsite.* TO “wp-user”@”localhost“ IDENTIFIED BY “your_password”;
I get the following error message:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘-user”@”localhost“ IDENTIFIED BY “your_password”’ at line 1
Can someone please tell me where my syntax error is?