Нет описания

Olivier Massot 9ca270ebf7 working version 5 лет назад
__pycache__ 177a8e3220 v0.1 - reproduit l'existant 5 лет назад
.gitignore 177a8e3220 v0.1 - reproduit l'existant 5 лет назад
clonedb.py 9ca270ebf7 working version 5 лет назад
locker.py 177a8e3220 v0.1 - reproduit l'existant 5 лет назад
logging.yml 177a8e3220 v0.1 - reproduit l'existant 5 лет назад
logging_.py 9ca270ebf7 working version 5 лет назад
readme.md 9ca270ebf7 working version 5 лет назад
requirements.txt 9ca270ebf7 working version 5 лет назад
settings.yml 9ca270ebf7 working version 5 лет назад

readme.md

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