데이터베이스를 만든 김에 태블로에서도 연결해 보고 싶어서 시도 ~
현재는 설치 완료되어서 캡쳐가 불가능해 다른 걸로 대체
MySQL도 위와 같이 드라이버를 설치해야한다고 나와서 드라이버 다운로드로 이동
MySQL을 찾아서 MySQL Community Downloads 누르면 아래의 사이트로 이동
MySQL :: Download Connector/ODBC
Connector/ODBC is a standardized database driver for Windows, Linux, Mac OS X, and Unix platforms Online Documentation: The latest MySQL Connector/ODBC version is recommended for use with MySQL Server version 8.0 and higher. Please report any bugs or incon
dev.mysql.com
여기서 macOS 14 (x86, 64-bit), DMG Archive 이걸 다운 받았는데 마지막 단계에서 계속 실패가 나왔다 ..
그래서 찾아보니 iODBC를 먼저 다운받아야 한다고 하길래 아래의 사이트에서 이걸 먼저 다운로드
iODBC Driver Manager: iODBC Downloads
You can download the iODBC driver manager from either this page or using Git. The file file-md5sums.txt contains known-good MD5 hashes of components you download. Stable Version 3.52.16 The project on Github - files and changelog: release overview The sour
www.iodbc.org
ODBC(Open Database Connectivity) 드라이버는 드라이버 관리자까지 필요한데 윈도우가 아닌 환경은 이 드라이버가 기본적으로 없기 때문에? iODBC가 필요하다는 것 같다.
설치를 하고나서 다시 위의 ODBC를 다운받으니 성공 ~
데이터 베이스 엔드포인트와 사용자 이름, 비밀번호 넣고 로그인 하면 연결 완료 !
'Tableau' 카테고리의 다른 글
[Tableau] 태블로의 작업 순서, Order of Operations (0) | 2024.11.19 |
---|---|
[Tableau] 도넛차트, 지도, 카테고리 별 비율, 데이터 숨기기 (2) | 2024.11.19 |
[Tableau] 데이터 결합 - Join, Relation, Blending (0) | 2024.11.15 |
[Tableau] 이중축과 결합축, 분석 탭 (평균/상수 라인, 예측, 클러스터) (0) | 2024.11.15 |
[Tableau] 여러가지 차트 - Scatter Plot, Box plot, Histogram (0) | 2024.11.15 |