<?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: How to change MySQL root password in WFA? in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-change-MySQL-root-password-in-WFA/m-p/142120#M25943</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can start mysql using an init file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;#&lt;BR /&gt;# create admin user&lt;BR /&gt;#&lt;BR /&gt;# mysql-init.txt&lt;BR /&gt;#&lt;BR /&gt;CREATE USER 'root'@'%' IDENTIFIED BY 'admin123';&lt;BR /&gt;CREATE USER 'root'@'localhost' IDENTIFIED BY 'admin123';&lt;BR /&gt;GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;&lt;BR /&gt;GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION;
&lt;/PRE&gt;
&lt;P&gt;and start mysql using this file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;mysqld --init-file="mysql-init.txt" --console&lt;/PRE&gt;
&lt;P&gt;Marcus&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2018 07:17:39 GMT</pubDate>
    <dc:creator>marcusgross</dc:creator>
    <dc:date>2018-08-15T07:17:39Z</dc:date>
    <item>
      <title>How to change MySQL root password in WFA?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-change-MySQL-root-password-in-WFA/m-p/142105#M25936</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;How can I go about changing the root mysql password for WFA?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;I think I&amp;nbsp;know how to change it, I'm just not sure how to tell WFA what the new password is so things don't break upon changing it.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;The only place I've seen to enter that password is during the initial install process.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:25:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-change-MySQL-root-password-in-WFA/m-p/142105#M25936</guid>
      <dc:creator>TABER_BRANDEN</dc:creator>
      <dc:date>2025-06-04T13:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to change MySQL root password in WFA?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-change-MySQL-root-password-in-WFA/m-p/142120#M25943</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can start mysql using an init file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;#&lt;BR /&gt;# create admin user&lt;BR /&gt;#&lt;BR /&gt;# mysql-init.txt&lt;BR /&gt;#&lt;BR /&gt;CREATE USER 'root'@'%' IDENTIFIED BY 'admin123';&lt;BR /&gt;CREATE USER 'root'@'localhost' IDENTIFIED BY 'admin123';&lt;BR /&gt;GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;&lt;BR /&gt;GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION;
&lt;/PRE&gt;
&lt;P&gt;and start mysql using this file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;mysqld --init-file="mysql-init.txt" --console&lt;/PRE&gt;
&lt;P&gt;Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 07:17:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-change-MySQL-root-password-in-WFA/m-p/142120#M25943</guid>
      <dc:creator>marcusgross</dc:creator>
      <dc:date>2018-08-15T07:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to change MySQL root password in WFA?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-change-MySQL-root-password-in-WFA/m-p/142122#M25945</link>
      <description>&lt;P&gt;Thank you for this. But will WFA itself know about this password change and still be able to access the database?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 14:22:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-change-MySQL-root-password-in-WFA/m-p/142122#M25945</guid>
      <dc:creator>TABER_BRANDEN</dc:creator>
      <dc:date>2018-08-15T14:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to change MySQL root password in WFA?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-change-MySQL-root-password-in-WFA/m-p/142131#M25947</link>
      <description>&lt;P&gt;I've never tried changing the mysql root password after installation. However, I believe the WFA server gets the mysql root password on startup through the registry (at least if you're on Windows), have a look in&lt;/P&gt;
&lt;PRE&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Apache Software Foundation\Procrun 2.0\NA_WFA_SRV\Parameters\Java&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Aug 2018 07:45:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-change-MySQL-root-password-in-WFA/m-p/142131#M25947</guid>
      <dc:creator>MartinRohrbach</dc:creator>
      <dc:date>2018-08-16T07:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to change MySQL root password in WFA?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-change-MySQL-root-password-in-WFA/m-p/142132#M25948</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;during installation a random password is generated and written into mysql and a jboss config file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's how WFA accesses the database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Marcus&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 09:25:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-change-MySQL-root-password-in-WFA/m-p/142132#M25948</guid>
      <dc:creator>marcusgross</dc:creator>
      <dc:date>2018-08-16T09:25:39Z</dc:date>
    </item>
  </channel>
</rss>

