Hi,
I am new to ProjeQtOr and trying to install this in my machine for the second time. I had installed the same yesterday and it worked fine for me without any issues. But today i dont see the installed version and getting the below error message.
SQLSTATE[HY000] [2054] Server sent charset unknown to the client. Please, report to the developers
dsn = mysql:host=127.0.0.1;port=3306
Can you please help me on how to resolve this.
Thank you,
Srividhya
Hello,
Can someone please reply back on this?
I think it is configuration of server that is not complete.
Error message says that Charset of server is not compliant with client (php) charset.
Best is to ensure that all are in UTF-8
Thanks for replying back.. I checked the charset and i see UTF8 in the config files.
Can you please point out which particular file i should be looking at to make the change?
Check mysql config file (my.ini or my.cnf)
Look on the web for correct configuration for your version (parameters differ following the version)