I am trying to Insert Greek data on my phpmyadmin database, but when I execute my query, I get the following error message:
Warning: #1366 Incorrect string value: '\xCE\x9A\xCE\xB7\xCF\x82' for column 'description' at row 1
My table uses utf8_general_ci collation.
Any suggestions??