<?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 connecting to MYSQL from SAS Miner in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/connecting-to-MYSQL-from-SAS-Miner/m-p/474588#M14884</link>
    <description>&lt;P&gt;Hi Guyz,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just wondering if I can connect to MYSQL database from SAS Miner Workstation 14.1 and update tables in the database?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you take me through the steps?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jun 2018 20:51:46 GMT</pubDate>
    <dc:creator>Sivateja</dc:creator>
    <dc:date>2018-06-29T20:51:46Z</dc:date>
    <item>
      <title>connecting to MYSQL from SAS Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/connecting-to-MYSQL-from-SAS-Miner/m-p/474588#M14884</link>
      <description>&lt;P&gt;Hi Guyz,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just wondering if I can connect to MYSQL database from SAS Miner Workstation 14.1 and update tables in the database?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you take me through the steps?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 20:51:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/connecting-to-MYSQL-from-SAS-Miner/m-p/474588#M14884</guid>
      <dc:creator>Sivateja</dc:creator>
      <dc:date>2018-06-29T20:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: connecting to MYSQL from SAS Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/connecting-to-MYSQL-from-SAS-Miner/m-p/474602#M14885</link>
      <description>&lt;P&gt;To connect to MySQL you will need either SAS/ACCESS to MySQL or the more general SAS/ACCESS to ODBC products. These aren't necessarily bundled with SAS Enterprise Miner. You can confirm what products you have licensed by running this code: proc setinit noalias; run;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 23:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/connecting-to-MYSQL-from-SAS-Miner/m-p/474602#M14885</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-06-29T23:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: connecting to MYSQL from SAS Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/connecting-to-MYSQL-from-SAS-Miner/m-p/531764#M16438</link>
      <description>&lt;P&gt;HI, I do have SAS/ACCESS I checked its status by proc product_status; still I'm not able to connect to MySQL&amp;nbsp;it is throwing me an error in the log saying&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The SAS/ACCESS Interface to MYSQL cannot be loaded. The libmysql code appendage could not be&lt;BR /&gt;loaded.&lt;BR /&gt;ERROR: Error in the LIBNAME statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code I'm using is:&lt;/P&gt;&lt;P&gt;libname mysqlib mysql user=XYZ password=XXXXXXXXXX database=database name&lt;/P&gt;&lt;P&gt;&amp;nbsp;server=mysqlserv port = 3306;&lt;/P&gt;&lt;P&gt;proc print data = Siva.Table;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if I'm missing something&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 19:05:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/connecting-to-MYSQL-from-SAS-Miner/m-p/531764#M16438</guid>
      <dc:creator>Sivateja</dc:creator>
      <dc:date>2019-01-31T19:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: connecting to MYSQL from SAS Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/connecting-to-MYSQL-from-SAS-Miner/m-p/531820#M16439</link>
      <description>&lt;P&gt;Looks like this SAS Note is relevant:&amp;nbsp;&lt;A href="http://support.sas.com/kb/19/250.html" target="_blank"&gt;http://support.sas.com/kb/19/250.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 21:49:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/connecting-to-MYSQL-from-SAS-Miner/m-p/531820#M16439</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-01-31T21:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: connecting to MYSQL from SAS Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/connecting-to-MYSQL-from-SAS-Miner/m-p/533085#M16483</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/213059"&gt;@Sivateja&lt;/a&gt; please consult the Configuration Guide for SAS® 9.4 Foundation for Microsoft Windows for x64 manual &lt;A href="http://support.sas.com/documentation/installcenter/en/ikfdtnwx6cg/66385/PDF/default/config.pdf" target="_self"&gt;here&lt;/A&gt;. There is a section titled "SAS/ACCESS Interface to MYSQL" please review that section and follow the steps.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 21:46:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/connecting-to-MYSQL-from-SAS-Miner/m-p/533085#M16483</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2019-02-05T21:46:02Z</dc:date>
    </item>
  </channel>
</rss>

