My com has two environments.
- dev: MySQL Community with no cluster
- qa: Aurora MySQL cluster.
I'm planning to use aws-advanced-jdbc-wrapper with my new application.
Can I use the driver with both environments?
My com has two environments.
- dev: MySQL Community with no cluster
- qa: Aurora MySQL cluster.
I'm planning to use aws-advanced-jdbc-wrapper with my new application.
Can I use the driver with both environments?
Share Improve this question asked Feb 3 at 2:02 Jin KwonJin Kwon 22.1k18 gold badges130 silver badges211 bronze badges1 Answer
Reset to default 0I found the answer.
The AWS JDBC Driver also works with RDS provided databases that are not Aurora. Please visit this page for more information.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745251995a4618733.html
评论列表(0条)