<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic MySQL 5.0 Connection Error: Unknown initial character set index '48' r in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/MySQL-5-0-Connection-Error-Unknown-initial-character-set-index/m-p/2396317#M8326</link>
    <description>As I just observed this connection issue (actually a mysql-bug / config issue) I'd like to share it including solution; 
&lt;BR /&gt;regards gk 
&lt;BR /&gt;On connecting from Talend Studio to mysql 5.0.27 the following Error is received: 
&lt;BR /&gt; Unknown initial character set index '48' received from server. 
&lt;BR /&gt; Initial character set can be forced via the 'characterEncoding' property. 
&lt;BR /&gt;used: 
&lt;BR /&gt;MySQL Version: 5.0.27 
&lt;BR /&gt;W2K SP4 
&lt;BR /&gt;Talend Error: 
&lt;BR /&gt;Starting job tDBInput at 19:36 22/03/2007. 
&lt;BR /&gt;Running process with context: Default 
&lt;BR /&gt;Exception in component tDBInput_1 
&lt;BR /&gt;java.sql.SQLException: Unknown initial character set index '48' received from server. Initial client character set can be forced via the 'characterEncoding' property. 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:910) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.configureClientCharacterSet(Connection.java:2345) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.initializePropsFromServer(Connection.java:3913) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.createNewIO(Connection.java:2683) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.&amp;lt;init&amp;gt;(Connection.java:1531) 
&lt;BR /&gt; at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at talenddemosjava.tdbinput.tDBInput.tDBInput_1Process(tDBInput.java:146) 
&lt;BR /&gt; at talenddemosjava.tdbinput.tDBInput.main(tDBInput.java:326) 
&lt;BR /&gt;Job tDBInput ended at 19:36 22/03/2007. 
&lt;BR /&gt; 
&lt;BR /&gt;Solution: 
&lt;BR /&gt;In your my.cnf (nix) or my.ini (win) in the section 
&lt;BR /&gt; 
&lt;BR /&gt;modify the following encoding parameters: 
&lt;BR /&gt;### old: 
&lt;BR /&gt;# character-set-server = latin1 
&lt;BR /&gt;# collation-server = latin1_general_ci 
&lt;BR /&gt;### new 
&lt;BR /&gt;character-set-server = utf8 
&lt;BR /&gt;collation-server = utf8_bin 
&lt;BR /&gt;See also 
&lt;A href="http://bugs.mysql.com/bug.php?id=23645" target="_blank" rel="nofollow noopener noreferrer"&gt;http://bugs.mysql.com/bug.php?id=23645&lt;/A&gt;</description>
    <pubDate>Sat, 16 Nov 2024 14:37:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:37:22Z</dc:date>
    <item>
      <title>MySQL 5.0 Connection Error: Unknown initial character set index '48' r</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/MySQL-5-0-Connection-Error-Unknown-initial-character-set-index/m-p/2396317#M8326</link>
      <description>As I just observed this connection issue (actually a mysql-bug / config issue) I'd like to share it including solution; 
&lt;BR /&gt;regards gk 
&lt;BR /&gt;On connecting from Talend Studio to mysql 5.0.27 the following Error is received: 
&lt;BR /&gt; Unknown initial character set index '48' received from server. 
&lt;BR /&gt; Initial character set can be forced via the 'characterEncoding' property. 
&lt;BR /&gt;used: 
&lt;BR /&gt;MySQL Version: 5.0.27 
&lt;BR /&gt;W2K SP4 
&lt;BR /&gt;Talend Error: 
&lt;BR /&gt;Starting job tDBInput at 19:36 22/03/2007. 
&lt;BR /&gt;Running process with context: Default 
&lt;BR /&gt;Exception in component tDBInput_1 
&lt;BR /&gt;java.sql.SQLException: Unknown initial character set index '48' received from server. Initial client character set can be forced via the 'characterEncoding' property. 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:910) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.configureClientCharacterSet(Connection.java:2345) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.initializePropsFromServer(Connection.java:3913) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.createNewIO(Connection.java:2683) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.&amp;lt;init&amp;gt;(Connection.java:1531) 
&lt;BR /&gt; at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at talenddemosjava.tdbinput.tDBInput.tDBInput_1Process(tDBInput.java:146) 
&lt;BR /&gt; at talenddemosjava.tdbinput.tDBInput.main(tDBInput.java:326) 
&lt;BR /&gt;Job tDBInput ended at 19:36 22/03/2007. 
&lt;BR /&gt; 
&lt;BR /&gt;Solution: 
&lt;BR /&gt;In your my.cnf (nix) or my.ini (win) in the section 
&lt;BR /&gt; 
&lt;BR /&gt;modify the following encoding parameters: 
&lt;BR /&gt;### old: 
&lt;BR /&gt;# character-set-server = latin1 
&lt;BR /&gt;# collation-server = latin1_general_ci 
&lt;BR /&gt;### new 
&lt;BR /&gt;character-set-server = utf8 
&lt;BR /&gt;collation-server = utf8_bin 
&lt;BR /&gt;See also 
&lt;A href="http://bugs.mysql.com/bug.php?id=23645" target="_blank" rel="nofollow noopener noreferrer"&gt;http://bugs.mysql.com/bug.php?id=23645&lt;/A&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/MySQL-5-0-Connection-Error-Unknown-initial-character-set-index/m-p/2396317#M8326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:37:22Z</dc:date>
    </item>
  </channel>
</rss>

