You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/11/29 11:22:21 UTC

[GitHub] JaredTan95 commented on issue #1978: TiDB storage provided and features tested

JaredTan95 commented on issue #1978: TiDB  storage provided and features tested
URL: https://github.com/apache/incubator-skywalking/pull/1978#issuecomment-442798870
 
 
   ## MySQL
   Active MySQL as storage, set storage provider to **mysql**. 
   
   **NOTICE:** MySQL driver is NOT allowed in Apache official distribution and source codes. 
   Please download MySQL driver by yourself. Copy the connection driver jar to `oap-libs`.
   
   ```yaml
   storage:
     mysql:
   ```
   
   All connection related settings including link url, username and password
   are in `databsource-settings.properties`. 
   This setting file follow [HikariCP](https://github.com/brettwooldridge/HikariCP) connection pool document.
   
   ## TiDB
   Currently tested TiDB in version 2.0.9, and Mysql Client driver in version 8.0.13.
   Active TiDB as storage, set storage provider to **mysql**. 
   
   ```yaml
   storage:
     mysql:
   ```
   
   All connection related settings including link url, username and password
   are in `databsource-settings.properties`. And these settings can refer to the configuration of *MySQL* above.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services