I have recently installed Linux Mint. I have installed
1) Lamp
2) Set up MySQL
3) Test Apache
4) Test PHP
5) Phpmyadmin
Everything was working fine. Unfortunately my password include $ character.
Then I discovered that characters ?{}|&~![()^" must not be used
anywhere in the key and have a special meaning in the value.
I tried SET PASSWORD FOR root@localhost = PASSWORD('yourpassword'); but it's not working. So how can I change the root password for MySQL and phpmyadmin?
$in it that you need to change?