<?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 Community as a Source in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/MySQL-Community-as-a-Source/m-p/1693831#M144</link>
    <description>&lt;P&gt;I'm trying to load data from a MySQL Community (Server version: 8.0.19 MySQL Community Server - GPL) installed in same machine that Replicate 6.5&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;my.ini&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;default-storage-engine=INNODB&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;log-bin="SENSE-bin"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;binlog_format=row&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;binlog_checksum=NONE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When I try to create a task using this MySQL as a source, I'm getting this error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Stream component 'st_0_MySQL' terminated&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Cannot initialize subtask&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Failed while preparing stream component 'st_0_MySQL'.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Errors in MySQL server binary logging configuration&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Error 2019 (Can't initialize character set unknown (path: compiled_in)) connecting to MySQL server 'localhost'&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can anyone point me one direction to check what can be done to solve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2020 21:05:19 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2020-04-15T21:05:19Z</dc:date>
    <item>
      <title>MySQL Community as a Source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/MySQL-Community-as-a-Source/m-p/1693831#M144</link>
      <description>&lt;P&gt;I'm trying to load data from a MySQL Community (Server version: 8.0.19 MySQL Community Server - GPL) installed in same machine that Replicate 6.5&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;my.ini&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;default-storage-engine=INNODB&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;log-bin="SENSE-bin"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;binlog_format=row&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;binlog_checksum=NONE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When I try to create a task using this MySQL as a source, I'm getting this error:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Stream component 'st_0_MySQL' terminated&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Cannot initialize subtask&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Failed while preparing stream component 'st_0_MySQL'.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Errors in MySQL server binary logging configuration&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Error 2019 (Can't initialize character set unknown (path: compiled_in)) connecting to MySQL server 'localhost'&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can anyone point me one direction to check what can be done to solve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 21:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/MySQL-Community-as-a-Source/m-p/1693831#M144</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2020-04-15T21:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL Community as a Source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/MySQL-Community-as-a-Source/m-p/1694513#M149</link>
      <description>&lt;P&gt;Solved&amp;nbsp;&lt;/P&gt;&lt;P&gt;file path: %PROGRAMDATA%\MySQL\MySQL Server X.X\my.ini&lt;/P&gt;&lt;P&gt;[mysqld]&lt;BR /&gt;collation-server = utf8_unicode_ci&lt;BR /&gt;init-connect='SET NAMES utf8'&lt;BR /&gt;character-set-server = utf8&lt;BR /&gt;skip-character-set-client-handshake&lt;/P&gt;&lt;P&gt;[client]&lt;BR /&gt;default-character-set = utf8&lt;/P&gt;&lt;P&gt;[mysql]&lt;BR /&gt;default-character-set = utf8&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 18:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/MySQL-Community-as-a-Source/m-p/1694513#M149</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2020-04-17T18:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL Community as a Source</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/MySQL-Community-as-a-Source/m-p/1698152#M162</link>
      <description>MySQL default character set changed from UTF8 to UTF8MB4. Qlik Replicate does not support this character set yet.&lt;BR /&gt;You can change the character set to UTF8 as a WA.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Thu, 30 Apr 2020 15:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/MySQL-Community-as-a-Source/m-p/1698152#M162</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2020-04-30T15:30:13Z</dc:date>
    </item>
  </channel>
</rss>

