<?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: SnapCenter Plugin for MySQL failing to authenticate in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/SnapCenter-Plugin-for-MySQL-failing-to-authenticate/m-p/159246#M13013</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Starting with MySQL 8 you no longer can (implicitly) create a user using the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;GRANT&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;command; At the end of the GRANT command, add the WITH GRANT OPTION at the end of it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2020 02:44:48 GMT</pubDate>
    <dc:creator>hmoubara</dc:creator>
    <dc:date>2020-09-08T02:44:48Z</dc:date>
    <item>
      <title>SnapCenter Plugin for MySQL failing to authenticate</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapCenter-Plugin-for-MySQL-failing-to-authenticate/m-p/159106#M13006</link>
      <description>&lt;P&gt;I'm running SnapCenter 4.3.1 with MySQL plugin 2.0. Setting up two servers, both CentOS 7.8 with MySQL CE 8.0 set to store their data in a folder mounted off a filer using NFSv4. One is working, but the other is throwing me this error when I try to unlock the instance:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="validation-summary-errors"&gt;
&lt;UL&gt;
&lt;LI&gt;Failed - SCC-00175: Auto Complete Discovery for plug-in [MySQL] failed with error [ Fatal error: Failed to authenticate all MySQL instances. '] and exit code [1]. Exiting.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found this KB article:&amp;nbsp;&lt;A href="https://mysupport.netapp.com/site/article?lang=en&amp;amp;type=solution&amp;amp;page=%2FAdvice_and_Troubleshooting%2FData_Protection_and_Security%2FSnapCenter%2FSnapCenter_MySQL_Plugin_configure_credentials_Fatal_error:_Failed_to_authenticate_all_MySQL_instances" target="_blank"&gt;https://mysupport.netapp.com/site/article?lang=en&amp;amp;type=solution&amp;amp;page=%2FAdvice_and_Troubleshooting%2FData_Protection_and_Security%2FSnapCenter%2FSnapCenter_MySQL_Plugin_configure_credentials_Fatal_error:_Failed_to_authenticate_all_MySQL_instances&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when I drop the user and re-add it using the referenced commands, I get a number of errors:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mysql&amp;gt; CREATE USER 'snapcenter'@'%' IDENTIFIED BY '&amp;lt;plaintextpassword&amp;gt;';&lt;BR /&gt;Query OK, 0 rows affected (0.01 sec)&lt;/P&gt;
&lt;P&gt;mysql&amp;gt; GRANT ALL PRIVILEGES ON *.* TO 'snapcenter'@'%' WITH GRANT OPTION;&lt;BR /&gt;Query OK, 0 rows affected (0.01 sec)&lt;/P&gt;
&lt;P&gt;mysql&amp;gt; GRANT ALL PRIVILEGES ON *.* TO 'snapcenter'@'localhost';&lt;BR /&gt;ERROR 1410 (42000): You are not allowed to create a user with GRANT&lt;BR /&gt;mysql&amp;gt; GRANT ALL PRIVILEGES ON *.* TO 'snapcenter'@'%';&lt;BR /&gt;Query OK, 0 rows affected (0.01 sec)&lt;/P&gt;
&lt;P&gt;mysql&amp;gt; ALTER USER 'snapcenter'@'localhost' IDENTIFIED WITH mysql_native_password BY '&amp;lt;plaintextpassword&amp;gt;';&lt;BR /&gt;ERROR 1396 (HY000): Operation ALTER USER failed for 'snapcenter'@'localhost'&lt;BR /&gt;mysql&amp;gt; FLUSH PRIVILEGES;&lt;BR /&gt;Query OK, 0 rows affected (0.01 sec)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not very familiar with MySQL, so I'm not sure what I'm doing wrong here...&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:55:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapCenter-Plugin-for-MySQL-failing-to-authenticate/m-p/159106#M13006</guid>
      <dc:creator>borismekler</dc:creator>
      <dc:date>2025-06-04T10:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: SnapCenter Plugin for MySQL failing to authenticate</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapCenter-Plugin-for-MySQL-failing-to-authenticate/m-p/159246#M13013</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Starting with MySQL 8 you no longer can (implicitly) create a user using the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;GRANT&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;command; At the end of the GRANT command, add the WITH GRANT OPTION at the end of it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 02:44:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapCenter-Plugin-for-MySQL-failing-to-authenticate/m-p/159246#M13013</guid>
      <dc:creator>hmoubara</dc:creator>
      <dc:date>2020-09-08T02:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: SnapCenter Plugin for MySQL failing to authenticate</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapCenter-Plugin-for-MySQL-failing-to-authenticate/m-p/159247#M13014</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you check the location of mysql datafiles using:&lt;/P&gt;
&lt;P&gt;select @@datadir;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and make sure these files are in netapp ontap volumes.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 05:58:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapCenter-Plugin-for-MySQL-failing-to-authenticate/m-p/159247#M13014</guid>
      <dc:creator>pranjith</dc:creator>
      <dc:date>2020-09-08T05:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: SnapCenter Plugin for MySQL failing to authenticate</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapCenter-Plugin-for-MySQL-failing-to-authenticate/m-p/159248#M13015</link>
      <description>&lt;P&gt;For the resource group,please make sure you add resource settings with key value pair for:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HOST localhost&lt;BR /&gt;PORT 3306&lt;BR /&gt;MASTER_SLAVE NO&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 06:49:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapCenter-Plugin-for-MySQL-failing-to-authenticate/m-p/159248#M13015</guid>
      <dc:creator>pranjith</dc:creator>
      <dc:date>2020-09-08T06:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: SnapCenter Plugin for MySQL failing to authenticate</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapCenter-Plugin-for-MySQL-failing-to-authenticate/m-p/159249#M13016</link>
      <description>&lt;P&gt;Sorry, I forgot to update the thread - since both servers are no with no data in them, one is working and the other is not, I just copied the entire data folder from the one that's working to the one that didn't, and after that, MySQL plugin connected successfully. I will try the solutions offered if I run into this problem again.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 06:52:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapCenter-Plugin-for-MySQL-failing-to-authenticate/m-p/159249#M13016</guid>
      <dc:creator>borismekler</dc:creator>
      <dc:date>2020-09-08T06:52:17Z</dc:date>
    </item>
  </channel>
</rss>

