<?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: MySQL database connect in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/680890#M205891</link>
    <description>hi SASKiwi&lt;BR /&gt;the above code tells product production validation data&lt;BR /&gt;so please give solution to access MySQL Access engine in SAS 9.4</description>
    <pubDate>Wed, 02 Sep 2020 07:42:21 GMT</pubDate>
    <dc:creator>BrahmanandaRao</dc:creator>
    <dc:date>2020-09-02T07:42:21Z</dc:date>
    <item>
      <title>MySQL database connect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/680887#M205889</link>
      <description>&lt;P&gt;/*How to connect mysql database in sas 9.4 */&lt;BR /&gt;libname mysql1 mysql user=xxxx pwd=xxx;&lt;BR /&gt;proc sql;&lt;BR /&gt;create table mysql1.t1 as select * from mysql1.city ;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anandkvn_0-1599030851703.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48860i045CF1F20D79E43E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Anandkvn_0-1599030851703.png" alt="Anandkvn_0-1599030851703.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 07:14:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/680887#M205889</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2020-09-02T07:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL database connect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/680888#M205890</link>
      <description>&lt;P&gt;The error you are getting suggests that the SAS product SAS/ACCESS to MySQL is not installed and/or licensed.&lt;/P&gt;
&lt;P&gt;You can check by running this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status; run;
proc setinit; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you have SAS/ACCESS to ODBC that is another way to connect to MySQL.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 07:31:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/680888#M205890</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-09-02T07:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL database connect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/680890#M205891</link>
      <description>hi SASKiwi&lt;BR /&gt;the above code tells product production validation data&lt;BR /&gt;so please give solution to access MySQL Access engine in SAS 9.4</description>
      <pubDate>Wed, 02 Sep 2020 07:42:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/680890#M205891</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2020-09-02T07:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL database connect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/680893#M205894</link>
      <description>&lt;P&gt;The validation data lists the licensed software.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have a license for SAS/ACCESS to MySQL?&lt;/P&gt;
&lt;P&gt;If not, maybe you have SAS/ACCESS to ODBC?&lt;/P&gt;
&lt;P&gt;If you have no SAS/ACCESS software license, you cannot have SAS talk to other software. In that case you can use CSV files.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 08:39:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/680893#M205894</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-09-02T08:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL database connect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/681192#M206019</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265860"&gt;@BrahmanandaRao&lt;/a&gt;&amp;nbsp;- Please post the SAS log of the code I posted.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 00:52:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/681192#M206019</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-09-03T00:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL database connect</title>
      <link>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/681233#M206040</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265860"&gt;@BrahmanandaRao&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;hi SASKiwi&lt;BR /&gt;the above code tells product production validation data&lt;BR /&gt;....&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And this exactly what &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt; wanted you to check, because the error-message you got is raised if Access To MySQL is not installed or if it is not configured, so checking whether it is installed and licenced is the first step to fix the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 05:30:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/MySQL-database-connect/m-p/681233#M206040</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2020-09-03T05:30:07Z</dc:date>
    </item>
  </channel>
</rss>

