# Aisle-DB **Repository Path**: ruofengx/aisle-db ## Basic Information - **Project Name**: Aisle-DB - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-11 - **Last Updated**: 2022-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Docker, MySQL ## README # Aisle-DB Use docker-compose and mount nfs in container to run a mysql8 db. ## Spec 1. Use mysql_native_password as default default_authentication_plugin, which increases compatibility with `mysql5.7`. 2. Mount a NFS file system at /mnt/db-data as datadir. 3. Allow container to use SYS_NICE capacity, which is needed by a new feature called resource pool in mysql8.