I am trying to grant user privileges to myself. I am getting an error 'Access denied' So I have tried to Grant privileges to myseld and am getting the following feedback
mysql> SHOW GRANTS FOR myname@mtname.mysql.pythonanywhere-services.com;
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 '-services.com' at line 1
I am using Windows 10, the command does not line the '-' in the host name
Can you advise what I should use in place of the -
I have tried through the Database tab and used the Bash Console
thanks in advance