Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 323 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 323 Bytes

docker-mysql-aurora-compatible

(WIP) Docker Container compatible with Amazon Aurora MySQL Engine

How to use

$ docker pull atsnngs/mysql-aurora-compatible
$ docker run --detach \
      --publish 13306:3306 \
      --volume $(pwd)/log:/var/log \
      atsnngs/mysql-aurora-compatible
$ mysql -uroot -P13306