ただし、Tableau Desktop では "SSL が必要" オプションが表示されます。
SSL は現在、Tableau Prep でサポートされていません。
可能な回避策として、xml TDC ファイルを使用して SSL を設定することを検討してください。
手順は次のとおりです。
1. Tableau Prep を閉じて、次の内容のテキスト ファイルを作成し、ファイルの名前を "mysql.tdc" に変更します (太字の部分は変更する必要があります)。
注 1: "version" は、ターミナルにインストールされている MySQL ドライバーのバージョンです。
注 2: "value" は、追加する必要のある SSL 情報です。
========
<?xml version='1.0' encoding='utf-8' ? >
<connection-customization class='mysql' enabled='true' version='8.0.27'>
<vendor name='mysql' />
<driver name='mysql' />
<customizations>
<customization name='odbc-connect-string-extras' value='SSLKEY={C:\MySQL_SSL\client-key.pem};SSLCERT={C:\MySQL_SSL\client-cert.pem};SSLCA={C:\MySQL_SSL\ca-cert.pem}'/>'
</customizations>.
</connection-customization>
========
2. "mysql.tdc" を "C:\ Users\<ユーザー名>\Documents\My Tableau Prep Repository\Datasources" に移動します。
3. Tableau Prep を開いて MySQL に接続します。
注: Tableau では .tdc ファイルをテストしておらず、サポートもしていません。
001458399

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.