<?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 Qlik Replicate support  &amp;quot;Authentication plugin 'caching_sha2_password'&amp;quot; of MySQL 8 ? in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Does-Qlik-Replicate-support-quot-Authentication-plugin-caching/m-p/1906780#M2118</link>
    <description>&lt;P&gt;Thanks lyka,&amp;nbsp;, I was able to understand clearly.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;KwangHo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2022 21:45:49 GMT</pubDate>
    <dc:creator>khchoy</dc:creator>
    <dc:date>2022-03-17T21:45:49Z</dc:date>
    <item>
      <title>Does Qlik Replicate support  "Authentication plugin 'caching_sha2_password'" of MySQL 8 ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Does-Qlik-Replicate-support-quot-Authentication-plugin-caching/m-p/1906331#M2093</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Does Qlik Replicate support "Authentication plugin 'caching_sha2_password'" of MySQL ?&lt;/P&gt;
&lt;P&gt;User guide does not mentioned about this.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;KwangHo&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 06:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Does-Qlik-Replicate-support-quot-Authentication-plugin-caching/m-p/1906331#M2093</guid>
      <dc:creator>khchoy</dc:creator>
      <dc:date>2022-03-17T06:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Does Qlik Replicate support  "Authentication plugin 'caching_sha2_password'" of MySQL 8 ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Does-Qlik-Replicate-support-quot-Authentication-plugin-caching/m-p/1906352#M2094</link>
      <description>&lt;P&gt;Hi KwangHo,&lt;/P&gt;&lt;P&gt;The User Guide&amp;nbsp;&lt;A title="Security requirements" href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/MySQL/security_req_mysql_source.htm#ar_mysql_902766750_1399504" target="_blank" rel="noopener"&gt;Security requirements&lt;/A&gt;&amp;nbsp; mentions "&lt;SPAN&gt;The&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Qlik Replicate&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;user must have Standard authentication in order to work with MySQL 8 as a source endpoint for CDC&lt;/SPAN&gt;".&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 07:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Does-Qlik-Replicate-support-quot-Authentication-plugin-caching/m-p/1906352#M2094</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2022-03-17T07:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Does Qlik Replicate support  "Authentication plugin 'caching_sha2_password'" of MySQL 8 ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Does-Qlik-Replicate-support-quot-Authentication-plugin-caching/m-p/1906687#M2113</link>
      <description>&lt;P&gt;Good Day!&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Replicate do not support caching_sha2_password.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have seen a workaround&amp;nbsp; without touching the&amp;nbsp;caching_sha2_password.dll file and that is by running this command and using the native password,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please note that&amp;nbsp;although this worked, it may not be acceptable due to security concerns.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use mysql_native_password&lt;/P&gt;
&lt;P&gt;You can use the ALTER command to change the encryption of the password to mysql_native_password instead of the latest authentication plugin caching_sha2_password&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ALTER USER 'username'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lyka&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 16:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Does-Qlik-Replicate-support-quot-Authentication-plugin-caching/m-p/1906687#M2113</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-03-17T16:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does Qlik Replicate support  "Authentication plugin 'caching_sha2_password'" of MySQL 8 ?</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Does-Qlik-Replicate-support-quot-Authentication-plugin-caching/m-p/1906780#M2118</link>
      <description>&lt;P&gt;Thanks lyka,&amp;nbsp;, I was able to understand clearly.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;KwangHo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 21:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Does-Qlik-Replicate-support-quot-Authentication-plugin-caching/m-p/1906780#M2118</guid>
      <dc:creator>khchoy</dc:creator>
      <dc:date>2022-03-17T21:45:49Z</dc:date>
    </item>
  </channel>
</rss>

