BookmarkSubscribeRSS Feed

[SAS 활용 FAQ] SAS/ACCESS Interface to MySQL 라이선스로 My SQL 연결하는 방법을 알고 싶습니다.

Started ‎09-27-2021 by
Modified ‎09-27-2021 by
Views 420

MySQL은 pc에 SAS9.2는 MySQL client 4.1 or 5.0, SAS9.3은 5.1 or 5.5, SAS9.4는 5.1이상이 설치되어 있어야 합니다. (MySQL client에서 MySQL server로 연결되게 MySQL server담당자의 도움을 받아 환경구성하시기 바랍니다.)

MySQL client에서 server로 연결되는 것이 확인된 이후에, SAS에서 라이브러리 할당 시 MySQL엔진을 통해 해당 DB를 연결할 수 있습니다.

SAS에서 MySQL서버로 연결되기 위해서는 user=, password=, database=, server=, port= 정보가 필요합니다.

  1. ex) libname MySQLlib MySQL user="testuser" password="testpass" database="MySQLdb" server="MySQLserv" port=9876;
Contributors
Version history
Last update:
‎09-27-2021 11:05 PM
Updated by:

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch Now →
Article Labels
Article Tags