SyntaxFix
Write A Post
Hire A Developer
Questions
Sometimes when you have special characters in password you need to wrap it in '' characters, so to connect to db you could use:
''
mysql -uUSER -p'pa$$w0rd'
I had the same error and this solution solved it.