mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
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:
commit
832a0f4264
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user