<?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: is it possible to open mySQL database from Microsoft power BI or excel or external application? in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33988#M3744</link>
    <description>I still can't access the database after the commands, Am I missing something?  restarting the service?&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Dec 2017 09:50:00 GMT</pubDate>
    <dc:creator>Supermac7</dc:creator>
    <dc:date>2017-12-21T09:50:00Z</dc:date>
    <item>
      <title>is it possible to open mySQL database from Microsoft power BI or excel or external application?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33982#M3738</link>
      <description>I want to access mySQL database from external application, is this possible to access it by Excel or power BI</description>
      <pubDate>Mon, 11 Apr 2016 18:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33982#M3738</guid>
      <dc:creator>Tarek_Elwan</dc:creator>
      <dc:date>2016-04-11T18:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: is it possible to open mySQL database from Microsoft power BI or excel or external application?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33983#M3739</link>
      <description>AFAIK you can access mySQL externally with some old versions of NetSight. Recent versions can be accessed only from the netsight host.&lt;BR /&gt;
&lt;BR /&gt;
but you can change it by:&lt;BR /&gt;
&lt;BR /&gt;
cd /usr/local/Extreme_Networks/NetSight/mysql/bin /usr/local/Extreme_Networks/NetSight/mysql/bin$ ./mysql --host=localhost --user=netsight --password=XXXX --port=4589 --protocol=TCP&lt;BR /&gt;
&lt;BR /&gt;
GRANT ALL PRIVILEGES ON netsight.* TO 'zdenek'@'192.168.10.201' IDENTIFIED BY 'mojeheslo';&lt;BR /&gt;
GRANT ALL PRIVILEGES ON netsightrpt.* TO 'zdenek'@'192.168.10.201' IDENTIFIED BY 'mojeheslo';&lt;BR /&gt;
&lt;BR /&gt;
where "zdenek" is the new username, "mojeheslo" is the new password and "192.168.10.201" is IP of your SQL client and XXXX is the old password to the database (you will see that in NetSight on the place where you run database backup"&lt;BR /&gt;
&lt;BR /&gt;
I have no information how you can access it by Excel or power BI (whatever are those two programs). &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;
Zdenek</description>
      <pubDate>Tue, 12 Apr 2016 01:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33983#M3739</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2016-04-12T01:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: is it possible to open mySQL database from Microsoft power BI or excel or external application?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33984#M3740</link>
      <description>Thanks Zdenek,&lt;BR /&gt;
&lt;BR /&gt;
I am now able to connect to database</description>
      <pubDate>Tue, 12 Apr 2016 01:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33984#M3740</guid>
      <dc:creator>Tarek_Elwan</dc:creator>
      <dc:date>2016-04-12T01:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: is it possible to open mySQL database from Microsoft power BI or excel or external application?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33985#M3741</link>
      <description>Thanks for joining the Hub Tarek.  &lt;BR /&gt;
&lt;BR /&gt;
Great to see you get a quick resolution here and circling back to let the Community know.  Good stuff!</description>
      <pubDate>Tue, 12 Apr 2016 01:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33985#M3741</guid>
      <dc:creator>Ryan_Mathews</dc:creator>
      <dc:date>2016-04-12T01:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: is it possible to open mySQL database from Microsoft power BI or excel or external application?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33986#M3742</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Shouldn't I be able to connect the MySQL NetSight database by Workbench?&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="6177865510ea4c0daf6458386a7f73a4_RackMultipart20160512-10695-1sghjr-workbench_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/6023i9F0C0E93CC341E17/image-size/large?v=v2&amp;amp;px=999" role="button" title="6177865510ea4c0daf6458386a7f73a4_RackMultipart20160512-10695-1sghjr-workbench_inline.jpg" alt="6177865510ea4c0daf6458386a7f73a4_RackMultipart20160512-10695-1sghjr-workbench_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2016 20:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33986#M3742</guid>
      <dc:creator>Yves_Haslimann</dc:creator>
      <dc:date>2016-05-12T20:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: is it possible to open mySQL database from Microsoft power BI or excel or external application?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33987#M3743</link>
      <description>I't works, I had to grant access to this host.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2016 14:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33987#M3743</guid>
      <dc:creator>Yves_Haslimann</dc:creator>
      <dc:date>2016-05-17T14:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: is it possible to open mySQL database from Microsoft power BI or excel or external application?</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33988#M3744</link>
      <description>I still can't access the database after the commands, Am I missing something?  restarting the service?&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Dec 2017 09:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/is-it-possible-to-open-mysql-database-from-microsoft-power-bi-or/m-p/33988#M3744</guid>
      <dc:creator>Supermac7</dc:creator>
      <dc:date>2017-12-21T09:50:00Z</dc:date>
    </item>
  </channel>
</rss>

