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 ?
PS: my password works when i connect mysql via the console