All password with '$' inside (phpmyadmin) won't work [UTF-8 problem]
- by Tristan
Hello,
i set up a dedicaced server with a tutorial.
I set in PHP :
mbstring.language=UTF-8
mbstring.internal_encoding=UTF-8
mbstring.http_input=UTF-8
mbstring.http_output=UTF-8
mbstring.detect_order=auto
But each time there is a $ in the password (i have one for the root of mysql + other script) the password won't work.
For example, I just removed the $ in the password for a script, and it worked.
When i connect @root on mysql via phpmyadmin : don't work
When i connect @root via PHP : works
What can i do for this problem please ?