Find more posts tagged with
Thanks, was just checking by eliminating the first possibility.
The issue might actually the first one I suspected, the JDBC driver could need an additional connection parameter set as advanced parameters.
Set useUnicode to yes & characterEncoding to UTF-8
This should resolve it.
<SPAN class="pln">jdbc</SPAN><SPAN class="pun">:</SPAN><SPAN class="pln">mysql</SPAN><SPAN class="pun">://</SPAN><SPAN class="pln">localhost</SPAN><SPAN class="pun">:</SPAN><SPAN class="lit">3306</SPAN><SPAN class="pun">/</SPAN><SPAN class="pln">db_name</SPAN><SPAN class="pun">?</SPAN><SPAN class="pln">useUnicode</SPAN><SPAN class="pun">=</SPAN><SPAN class="pln">yes</SPAN><SPAN class="pun">&</SPAN><SPAN class="pln">characterEncoding</SPAN><SPAN class="pun">=</SPAN><SPAN class="pln">UTF-8</SPAN>
See here: https://stackoverflow.com/questions/5090303/how-do-i-get-greek-characters-in-my-database-using-jsp
Thank you all for your help , i just solve my problem by setting the appropriate connection properties in RapidMiner Studio : via Connections > Manage Database Connections > Advanced and check the
<SPAN class="str">characterEncoding</SPAN>
and write utf8 in the blank next to it .
Also must check and
<SPAN class="str">useEncoding</SPAN>
Thank you all for your help , i just solve my problem by setting the appropriate connection properties in RapidMiner Studio : via Connections > Manage Database Connections > Advanced and check the
<SPAN class="str">characterEncoding</SPAN>
and write utf8 in the blank next to it .
Also must check and
<SPAN class="str">useEncoding</SPAN>
hello @icsd11159 - is that a RapidMiner screenshot? I do not recognize those icons.
Scott