<?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: Does  log-bin={Path to the binary log file] is correct parameter of MySQL8 ? in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Does-log-bin-Path-to-the-binary-log-file-is-correct-parameter-of/m-p/1727886#M334</link>
    <description>&lt;P&gt;Hi KwangHo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The default char set of MySQL changed from UTF8 to&amp;nbsp;UTF8MB4 from version 8.0.&lt;/P&gt;&lt;P&gt;The current Replicate versions does not support MySQL v8.x with char set&amp;nbsp;UTF8MB4 yet. If you change the MySQL char set to UTF8 then it's fine. For example in file "my.ini" section "[mysqld]" add:&lt;/P&gt;&lt;P&gt;======================================&lt;/P&gt;&lt;P&gt;init-connect='SET NAMES utf8'&lt;BR /&gt;character-set-server=utf8&lt;/P&gt;&lt;P&gt;======================================&lt;/P&gt;&lt;P&gt;The plan is that we will support&amp;nbsp;UTF8MB4 in Nov 2020 version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2020 07:07:10 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2020-07-15T07:07:10Z</dc:date>
    <item>
      <title>Does  log-bin={Path to the binary log file] is correct parameter of MySQL8 ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Does-log-bin-Path-to-the-binary-log-file-is-correct-parameter-of/m-p/1727880#M333</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I test with MySQL 8 for source endpoint but it is not working with error.&lt;/P&gt;&lt;P&gt;00008396: 2020-07-15T15:34:34:247384 [SOURCE_CAPTURE ]E: Error 2019 (Can't initialize character set unknown (path: compiled_in)) connecting to MySQL server '192.168.3.106' [1020414] (mysql_endpoint_capture.c:275)&lt;BR /&gt;00008396: 2020-07-15T15:34:34:247414 [SOURCE_CAPTURE ]E: Errors in MySQL server binary logging configuration [1020414] (mysql_endpoint_imp.c:672)&lt;/P&gt;&lt;P&gt;I set my.cnf of source mysql 8&lt;/P&gt;&lt;P&gt;#for Qlik Replication&lt;BR /&gt;server_id=1&lt;BR /&gt;log-bin=/var/lib/mysql/binlog&lt;BR /&gt;binlog_format=row&lt;BR /&gt;expire_logs_days=5&lt;BR /&gt;binlog_row_image=full&lt;BR /&gt;binlog_checksum=CRC32&lt;BR /&gt;log_slave_updates=1&lt;/P&gt;&lt;P&gt;but&amp;nbsp; I cantnot found 'log-bin' in mysql 8.&lt;/P&gt;&lt;P&gt;in the QR User guide said&lt;/P&gt;&lt;P&gt;log-bin=&amp;lt;path&amp;gt; Path to the binary log file (without an extension).&lt;BR /&gt;Example:&lt;BR /&gt;log-bin=E:\MySql_Logs\BinLog&lt;/P&gt;&lt;P&gt;I use linux server for Mysql 8 and correct binlog path is&amp;nbsp;/var/lib/mysql/&lt;/P&gt;&lt;P&gt;What's wrong ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KH&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 06:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Does-log-bin-Path-to-the-binary-log-file-is-correct-parameter-of/m-p/1727880#M333</guid>
      <dc:creator>khchoy</dc:creator>
      <dc:date>2020-07-15T06:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Does  log-bin={Path to the binary log file] is correct parameter of MySQL8 ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Does-log-bin-Path-to-the-binary-log-file-is-correct-parameter-of/m-p/1727886#M334</link>
      <description>&lt;P&gt;Hi KwangHo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The default char set of MySQL changed from UTF8 to&amp;nbsp;UTF8MB4 from version 8.0.&lt;/P&gt;&lt;P&gt;The current Replicate versions does not support MySQL v8.x with char set&amp;nbsp;UTF8MB4 yet. If you change the MySQL char set to UTF8 then it's fine. For example in file "my.ini" section "[mysqld]" add:&lt;/P&gt;&lt;P&gt;======================================&lt;/P&gt;&lt;P&gt;init-connect='SET NAMES utf8'&lt;BR /&gt;character-set-server=utf8&lt;/P&gt;&lt;P&gt;======================================&lt;/P&gt;&lt;P&gt;The plan is that we will support&amp;nbsp;UTF8MB4 in Nov 2020 version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 07:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Does-log-bin-Path-to-the-binary-log-file-is-correct-parameter-of/m-p/1727886#M334</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2020-07-15T07:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Does  log-bin={Path to the binary log file] is correct parameter of MySQL8 ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Does-log-bin-Path-to-the-binary-log-file-is-correct-parameter-of/m-p/1727898#M335</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why it does not explained v6.6 User Guide ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;after update my.cnf&amp;nbsp;&lt;/P&gt;&lt;P&gt;error is changed&lt;/P&gt;&lt;P&gt;00008897: 2020-07-15T16:25:00:632450 [SOURCE_CAPTURE ]V: Connecting MariaDB to 192.168.3.106 (mysql_endpoint_capture.c:200) &lt;EM&gt;&lt;STRONG&gt;==&amp;gt; why&amp;nbsp; QR&amp;nbsp;&amp;nbsp;&lt;SPAN class="u_word_dic"&gt;recognized MariaDB ?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;00008897: 2020-07-15T16:25:00:657035 [SOURCE_CAPTURE ]T: &lt;EM&gt;&lt;STRONG&gt;Error 2058&lt;/STRONG&gt;&lt;/EM&gt; (Plugin caching_sha2_password could not be loaded: /usr/local/lib/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory) connecting to MySQL server '192.168.3.106' [1020414] (mysql_endpoint_capture.c:275)&lt;/P&gt;&lt;P&gt;==&amp;gt; Does&amp;nbsp;&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Error 2058&amp;nbsp; from QR or ODBC ?&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;00008897: 2020-07-15T16:25:00:657067 [SOURCE_CAPTURE ]T: Errors in MySQL server binary logging configuration [1020414] (mysql_endpoint_imp.c:672)&lt;BR /&gt;00008897: 2020-07-15T16:25:00:657134 [SOURCE_CAPTURE ]T: Stream component 'st_0_ovm106-MySQL8-S' terminated [1020414] (subtask.c:1537)&lt;BR /&gt;00008897: 2020-07-15T16:25:00:657211 [SOURCE_CAPTURE ]T: Entering 'mysql_endpoint_free_imp' (mysql_endpoint_imp.c:778)&lt;BR /&gt;00008897: 2020-07-15T16:25:00:657760 [SOURCE_CAPTURE ]T: Leaving 'mysql_endpoint_free_imp' (mysql_endpoint_imp.c:795)&lt;BR /&gt;00008897: 2020-07-15T16:25:00:657035 [SOURCE_CAPTURE ]E: Error 2058 (Plugin caching_sha2_password could not be loaded: /usr/local/lib/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory) connecting to MySQL server '192.168.3.106' [1020414] (mysql_endpoint_capture.c:275)&lt;BR /&gt;00008897: 2020-07-15T16:25:00:657067 [SOURCE_CAPTURE ]E: Errors in MySQL server binary logging configuration [1020414] (mysql_endpoint_imp.c:672)&lt;BR /&gt;00008897: 2020-07-15T16:25:00:657092 [TASK_MANAGER ]E: Failed while preparing stream component 'st_0_ovm106-MySQL8-S'. [1020414] (subtask.c:825)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Regards,&lt;/P&gt;&lt;P&gt;KH&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 07:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Does-log-bin-Path-to-the-binary-log-file-is-correct-parameter-of/m-p/1727898#M335</guid>
      <dc:creator>khchoy</dc:creator>
      <dc:date>2020-07-15T07:39:22Z</dc:date>
    </item>
  </channel>
</rss>

