I am trying to insert russian characters as well as other languages into a table, After insertion all i see is question marks instead of the russian text.
I am using Amazon rds and have tried these commands from my MySql work bench but it did not work, after inserting again it is question marks
SET character_set_client = utf8;
SET character_set_results = utf8;
SET character_set_connection = utf8;
I am inserting and selecting from MySql workbench. java html and php are not involved