<?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 The MYSQL engine cannot be found in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/The-MYSQL-engine-cannot-be-found/m-p/229744#M268008</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very new to SAS, but otherwise very experienced in computing.&amp;nbsp; I'm using a 5 year old MacBook Pro running El Capitan.&amp;nbsp; I installed Oracle VirtualBox and started the free SAS University Edition on it.&amp;nbsp; I have mariadb (the now open source version of MySQL) installed locally via MacPorts.&amp;nbsp; I can use mysql from the command line without issue.&amp;nbsp; I am trying to simply connect SAS to a database, any database at this point, just to prove that it can be done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried many versions of the following one-liner with and without some of the options&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname mysqllib mysql user=root password="" database=mytestdb server=localhost;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from the example in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a002913931.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a002913931.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I always get the same error in the log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError"&gt;ERROR: The MYSQL engine cannot be found.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Error in the LIBNAME statement.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;I've searched online and can't find a solution.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Do I need to set some environment variable?&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Does the free version not include something that I need here?&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Is SAS not compatible with the MariaDB version of MySQL?&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Do I need to install something else?&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Do I need to tell SAS where it can find the MYSQL engine?&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Is this a VirtualBox issue?&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Thank you in advance.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Jake&lt;/DIV&gt;</description>
    <pubDate>Tue, 13 Oct 2015 16:36:52 GMT</pubDate>
    <dc:creator>jakewendt</dc:creator>
    <dc:date>2015-10-13T16:36:52Z</dc:date>
    <item>
      <title>The MYSQL engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-MYSQL-engine-cannot-be-found/m-p/229744#M268008</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very new to SAS, but otherwise very experienced in computing.&amp;nbsp; I'm using a 5 year old MacBook Pro running El Capitan.&amp;nbsp; I installed Oracle VirtualBox and started the free SAS University Edition on it.&amp;nbsp; I have mariadb (the now open source version of MySQL) installed locally via MacPorts.&amp;nbsp; I can use mysql from the command line without issue.&amp;nbsp; I am trying to simply connect SAS to a database, any database at this point, just to prove that it can be done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried many versions of the following one-liner with and without some of the options&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname mysqllib mysql user=root password="" database=mytestdb server=localhost;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from the example in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a002913931.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a002913931.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I always get the same error in the log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasError"&gt;ERROR: The MYSQL engine cannot be found.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Error in the LIBNAME statement.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;I've searched online and can't find a solution.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Do I need to set some environment variable?&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Does the free version not include something that I need here?&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Is SAS not compatible with the MariaDB version of MySQL?&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Do I need to install something else?&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Do I need to tell SAS where it can find the MYSQL engine?&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Is this a VirtualBox issue?&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Thank you in advance.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Jake&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Oct 2015 16:36:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-MYSQL-engine-cannot-be-found/m-p/229744#M268008</guid>
      <dc:creator>jakewendt</dc:creator>
      <dc:date>2015-10-13T16:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: The MYSQL engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-MYSQL-engine-cannot-be-found/m-p/229768#M268009</link>
      <description>&lt;P&gt;I suspect that the SAS/ACCESS to MySQL product is not in SAS University Edition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run PROC SETINIT to confirm the products available:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit noalias;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Oct 2015 18:37:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-MYSQL-engine-cannot-be-found/m-p/229768#M268009</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-10-13T18:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: The MYSQL engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-MYSQL-engine-cannot-be-found/m-p/229769#M268010</link>
      <description>&lt;P&gt;Generally, it might&amp;nbsp;work with MariaDB, but SAS would&amp;nbsp;probably not support this.&lt;/P&gt;&lt;P&gt;When it comes to the University Edition, I don't see MySQL in list of ACCESS engines included,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/software/products/university-edition/index.html" target="_blank"&gt;http://support.sas.com/software/products/university-edition/index.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 18:38:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-MYSQL-engine-cannot-be-found/m-p/229769#M268010</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-10-13T18:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: The MYSQL engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-MYSQL-engine-cannot-be-found/m-p/229792#M268011</link>
      <description>&lt;DIV class="sasSource"&gt;Original site validation data&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Current version: 9.04.01M3P062415&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Site name: 'UNIVERSITY EDITION 2.2 9.4M3 WITH ETS FOR PLAYER'.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Site number: 70186327.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;CPU A: Model name='' model number='' serial='+2'.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Expiration: 15JUN2016.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Grace Period: 0 days (ending 15JUN2016).&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Warning Period: 46 days (ending 31JUL2016).&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;System birthday: 02JUL2015.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Operating System: LIN X64 .&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Product expiration dates:&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;---Base SAS Software 15JUN2016 (CPU A)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;---SAS/STAT 15JUN2016 (CPU A)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;---SAS/ETS 15JUN2016 (CPU A)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;---SAS/IML 15JUN2016 (CPU A)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;---SAS/ACCESS Interface to PC Files 15JUN2016 (CPU A)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;---SAS/IML Studio 15JUN2016 (CPU A)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;---SAS Workspace Server for Local Access 15JUN2016 (CPU A)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;---SAS Workspace Server for Enterprise Access 15JUN2016 (CPU A)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;---High Performance Suite&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;I presume then that "SAS/ACCESS Interface to PC Files" does not include access to a MySQL database.&amp;nbsp; Bummer.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;Thank you.&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Oct 2015 19:52:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-MYSQL-engine-cannot-be-found/m-p/229792#M268011</guid>
      <dc:creator>jakewendt</dc:creator>
      <dc:date>2015-10-13T19:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: The MYSQL engine cannot be found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-MYSQL-engine-cannot-be-found/m-p/229794#M268012</link>
      <description>&lt;P&gt;This seems to be the case.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 19:52:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-MYSQL-engine-cannot-be-found/m-p/229794#M268012</guid>
      <dc:creator>jakewendt</dc:creator>
      <dc:date>2015-10-13T19:52:56Z</dc:date>
    </item>
  </channel>
</rss>

