# CloneDB Script de clonage des bases de données MySql ## Usage Usage: clonedb.py [-v] [-y] [] clonedb.py (-h | --help) clonedb.py --version Options: -y, --yes Do not ask for confirmation -h --help Show this screen. --version Show version. ## Installation > requiert python 3.6+ git clone https://gitlab.2iopenservice.com/olivier/clonedb cd clonedb pip3 install -r requirements.txt ## Configuration > Configuration: settings.yml ## Workarounds > `The user specified as a definer ('username'@'%') does not exist`: add a user account to the targeted mysql server named `username@%` with admin privileges