<?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 Re: MySQL [mysqld-5.1.31-community-log]Unknown character set: 'utf16' in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/MySQL-mysqld-5-1-31-community-log-Unknown-character-set-utf16/m-p/1751755#M543</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/122700"&gt;@DendyLazuardi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can check which character sets are supported in your env by query:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mysql&amp;gt; show character set;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;check if UTF16 appears in your list or not. And you can also try to create such a table manually to see why it report error.&lt;/P&gt;&lt;P&gt;However it's not important because MySQL 5.1 is not in support range, Replicate support MySQL versions 5.5, 5.6,&amp;nbsp;&amp;nbsp;5.7 and 8.0 (for both source and target endpoint).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For MySQL 5.1 the only option is do Full Load ONLY task (you cannot enable CDC). Connect to 5.1 by using ODBC DSN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2020 03:19:08 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2020-10-13T03:19:08Z</dc:date>
    <item>
      <title>MySQL [mysqld-5.1.31-community-log]Unknown character set: 'utf16'</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/MySQL-mysqld-5-1-31-community-log-Unknown-character-set-utf16/m-p/1751486#M538</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have an error mysql to mysql and i'm using version 5.1.&amp;nbsp;&lt;BR /&gt;i'm running initial load and using cdc in my task, and here the error:&lt;/P&gt;&lt;P&gt;Handling new table 'master'.'replica__ct' failed&lt;BR /&gt;execute create table statement failed, statement CREATE TABLE `master`.`replica__ct` ( `header__change_seq` VARCHAR(35) NOT NULL, `header__change_oper` VARCHAR(1) NOT NULL, `header__change_mask` VARBINARY(128), `header__stream_position` VARCHAR(128) NOT NULL, `header__operation` VARCHAR(12) NOT NULL, `header__transaction_id` VARCHAR(32) NOT NULL, `header__timestamp` VARCHAR(37) NOT NULL, `no` INTEGER, `nama` VARCHAR(10) CHARACTER SET utf16 )&lt;BR /&gt;RetCode: SQL_ERROR SqlState: HY000 NativeError: 1115 Message: [MySQL][ODBC 5.2(w) Driver][mysqld-5.1.31-community-log]Unknown character set: 'utf16'&lt;BR /&gt;Failed (retcode -1) to execute statement: 'CREATE TABLE `master`.`replica__ct` ( `header__change_seq` VARCHAR(35) NOT NULL, `header__change_oper` VARCHAR(1) NOT NULL, `header__change_mask` VARBINARY(128), `header__stream_position` VARCHAR(128) NOT NULL, `header__operation` VARCHAR(12) NOT NULL, `header__transaction_id` VARCHAR(32) NOT NULL, `header__timestamp` VARCHAR(37) NOT NULL, `no` INTEGER, `nama` VARCHAR(10) CHARACTER SET utf16 )'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can anyone know whats wrong from this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you,&lt;/P&gt;&lt;P&gt;Dendy&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 09:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/MySQL-mysqld-5-1-31-community-log-Unknown-character-set-utf16/m-p/1751486#M538</guid>
      <dc:creator>DendyLazuardi</dc:creator>
      <dc:date>2020-10-12T09:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL [mysqld-5.1.31-community-log]Unknown character set: 'utf16'</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/MySQL-mysqld-5-1-31-community-log-Unknown-character-set-utf16/m-p/1751755#M543</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/122700"&gt;@DendyLazuardi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can check which character sets are supported in your env by query:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mysql&amp;gt; show character set;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;check if UTF16 appears in your list or not. And you can also try to create such a table manually to see why it report error.&lt;/P&gt;&lt;P&gt;However it's not important because MySQL 5.1 is not in support range, Replicate support MySQL versions 5.5, 5.6,&amp;nbsp;&amp;nbsp;5.7 and 8.0 (for both source and target endpoint).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For MySQL 5.1 the only option is do Full Load ONLY task (you cannot enable CDC). Connect to 5.1 by using ODBC DSN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 03:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/MySQL-mysqld-5-1-31-community-log-Unknown-character-set-utf16/m-p/1751755#M543</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2020-10-13T03:19:08Z</dc:date>
    </item>
  </channel>
</rss>

