Merged in SCALE-16-fix-mysql-instructions (pull request #65)

SCALE-16: Fix incorrect MySQL driver path in README [skip ci]

Approved-by: Minh Tran <mtran@atlassian.com>
This commit is contained in:
Dave Chevell 2020-05-06 05:54:26 +00:00
commit 832a0f4264

View File

@ -189,7 +189,7 @@ Oracle JDBC drivers. To use these databases you will need to copy a suitable
driver into the container and restart it. For example, to copy the MySQL driver
into a container named "confluence", you would do the following:
docker cp mysql-connector-java.x.y.z.jar confluence:/opt/atlassian/confluence/lib
docker cp mysql-connector-java.x.y.z.jar confluence:/opt/atlassian/confluence/confluence/WEB-INF/lib
docker restart confluence
For more information see the [Database JDBC Drivers](https://confluence.atlassian.com/doc/database-jdbc-drivers-171742.html)