I am currently using Base SAS 9.3 & SAS/ACCESS to MySQL but I am having diffuclty establishing an SSL connection with a server using SAS/ACCESS. What is the format for making a SSL connection using SAS/ACCESS or do I have to use a different method? Thanks. libname test mysql user=testuser password=test database=test server='test.amazonaws.com' port=3306 BULKLOAD=YES;
... View more