I am very new to SAS, but otherwise very experienced in computing. I'm using a 5 year old MacBook Pro running El Capitan. I installed Oracle VirtualBox and started the free SAS University Edition on it. I have mariadb (the now open source version of MySQL) installed locally via MacPorts. I can use mysql from the command line without issue. I am trying to simply connect SAS to a database, any database at this point, just to prove that it can be done. I have tried many versions of the following one-liner with and without some of the options libname mysqllib mysql user=root password="" database=mytestdb server=localhost; from the example in https://support.sas.com/documentation/cdl/en/acreldb/63647/HTML/default/viewer.htm#a002913931.htm but I always get the same error in the log. ERROR: The MYSQL engine cannot be found. ERROR: Error in the LIBNAME statement. I've searched online and can't find a solution. Do I need to set some environment variable? Does the free version not include something that I need here? Is SAS not compatible with the MariaDB version of MySQL? Do I need to install something else? Do I need to tell SAS where it can find the MYSQL engine? Is this a VirtualBox issue? Thank you in advance. Jake
... View more