You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2018/10/02 15:30:00 UTC

[jira] [Commented] (OAK-7793) RDB*Store: provide support for testing with mysql inside docker

    [ https://issues.apache.org/jira/browse/OAK-7793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16635691#comment-16635691 ] 

Julian Reschke commented on OAK-7793:
-------------------------------------

WIP: https://issues.apache.org/jira/secure/attachment/12942127/OAK-7793.diff

> RDB*Store: provide support for testing with mysql inside docker
> ---------------------------------------------------------------
>
>                 Key: OAK-7793
>                 URL: https://issues.apache.org/jira/browse/OAK-7793
>             Project: Jackrabbit Oak
>          Issue Type: Technical task
>          Components: rdbmk
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Major
>         Attachments: OAK-7793.diff
>
>
> (wip - testing with)
> {{docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=geheim -e MYSQL_DATABASE=oak -p 33060:3306 -d mysql:8 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci}}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)