-
Notifications
You must be signed in to change notification settings - Fork 74
Add mysql ssl option #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mysql ssl option #109
Conversation
Fix conflict MySQLInputPlugin.java.
Thank you! |
OK. Thanks. I'll update it later. |
@hito4t I updated README. Please take a look when you can. |
Thank you! |
@hito4t I'll double check later.
My Tweet (written in Japanese) Update 2016/06/05 19:35 And This is the output-jdbc only issue. The input-jdbc issue worked correctly But I personally it is better to use same Connector/J version on the both plugins(input/output). |
@hiroyuki-sato
https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-35.html We should change warning message if updating Connector/J .
|
@hito4t Thank you for your comment. I'll read What do you think the following plan?
|
@hiroyuki-sato By the way,
|
MySQL Connector/J 5.1.35 has incompatibility change about timezone. It need notify to users before update Connector/J.
@hito4t I've missed seeing 0.8.3 release. |
Thank you! |
The embulk-input-mysql support SSL connection.
This PR require PR #108.
@hito4t Please take a look when you can.