<?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 configure a connection to a MySQL database using SAS/ACCESS Interface to ODBC in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/501133#M14531</link>
    <description>&lt;P&gt;You can check which odbc.ini its in use in your sasenv_local file (*SASHOME*/SASFoundation/9.4/bin/sasenv_local&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can use UnixODBC mysql driver to connect to MySQL databases&lt;/P&gt;</description>
    <pubDate>Wed, 03 Oct 2018 13:43:52 GMT</pubDate>
    <dc:creator>nicocba</dc:creator>
    <dc:date>2018-10-03T13:43:52Z</dc:date>
    <item>
      <title>How to configure a connection to a MySQL database using SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/500744#M14522</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to configure a MySQL connection on the SAS server but only using the SAS/Access Interface to ODBC.&lt;/P&gt;&lt;P&gt;Unfortunately the client doesn't want to get the SAS/Access interface to MySQL, which will be much easier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will be this possible to connect via ODBC Connector? If yes, I've already searched in my server for the odbc.ini and I found two:&lt;/P&gt;&lt;P&gt;One placed on&amp;nbsp;/opt/sas/software/ and the other on&amp;nbsp;/opt/sas/software/SASHome/SASODBCDriversfortheWebInfrastructurePlatformDataServer/9.4/Driver/. Should I use the first one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the other hand, I need to download to the unix server the MySQL connector right?&amp;nbsp;Should I get the connector from here, &lt;A href="https://dev.mysql.com/downloads/connector/odbc/" target="_blank"&gt;https://dev.mysql.com/downloads/connector/odbc/&lt;/A&gt;, and place it in a folder on Server? Specific folder or, for example, tmp is fine?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 14:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/500744#M14522</guid>
      <dc:creator>pedrosantos_key</dc:creator>
      <dc:date>2018-10-02T14:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a connection to a MySQL database using SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/500758#M14523</link>
      <description>&lt;P&gt;Yes, you can install and use unixODBC.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 14:21:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/500758#M14523</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-10-02T14:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a connection to a MySQL database using SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/501087#M14530</link>
      <description>&lt;P&gt;If you are on RHEL based system the mysql-connector-odbc package in the repos will suck in unixODBC as a dependency. Update an odbc.ini, if this system is only use for SAS /etc/odbc.ini could be used as the global default DSN's.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sometimes when you use unixODBC there is some confusion for the runtime linked which libodbcinst.so.2 library to load. There is a line inside $SASROOT/bin/sasenv that has the WIP driver path. Comment that line out and your SAS sessions should load all the unixODBC libraries that came out the package and you'll be able to connect to a MySQL data source.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 11:13:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/501087#M14530</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-10-03T11:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a connection to a MySQL database using SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/501133#M14531</link>
      <description>&lt;P&gt;You can check which odbc.ini its in use in your sasenv_local file (*SASHOME*/SASFoundation/9.4/bin/sasenv_local&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can use UnixODBC mysql driver to connect to MySQL databases&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 13:43:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/501133#M14531</guid>
      <dc:creator>nicocba</dc:creator>
      <dc:date>2018-10-03T13:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a connection to a MySQL database using SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/501405#M14546</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/234536"&gt;@pedrosantos_key&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please refer to:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-build-the-latest-unixODBC-driver-manager-for-Linux/ta-p/231907" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-build-the-latest-unixODBC-driver-manager-for-Linux/ta-p/231907&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-configure-SAS-ACCESS-Interface-to-ODBC-on-UNIX-Platforms/ta-p/231900" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-configure-SAS-ACCESS-Interface-to-ODBC-on-UNIX-Platforms/ta-p/231900&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think they will help you very much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thanks to&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10920"&gt;@KatT_sas&lt;/a&gt;&amp;nbsp;for the post in our Library!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 09:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/501405#M14546</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-10-04T09:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure a connection to a MySQL database using SAS/ACCESS Interface to ODBC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/501407#M14547</link>
      <description>&lt;P&gt;For MySQL there are Red Hat built packages in their repository that work. If you can use the software Red Hat compile and &lt;STRIKE&gt;manage&lt;/STRIKE&gt; support&amp;nbsp;for you then that is a good idea. I'd not go down the compiling unixODBC yourself in this specific situation.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 10:04:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-configure-a-connection-to-a-MySQL-database-using-SAS/m-p/501407#M14547</guid>
      <dc:creator>SimonDawson</dc:creator>
      <dc:date>2018-10-04T10:04:31Z</dc:date>
    </item>
  </channel>
</rss>

