Tidak Ada Deskripsi

Olivier Massot 9ca270ebf7 working version 5 tahun lalu
__pycache__ 177a8e3220 v0.1 - reproduit l'existant 5 tahun lalu
.gitignore 177a8e3220 v0.1 - reproduit l'existant 5 tahun lalu
clonedb.py 9ca270ebf7 working version 5 tahun lalu
locker.py 177a8e3220 v0.1 - reproduit l'existant 5 tahun lalu
logging.yml 177a8e3220 v0.1 - reproduit l'existant 5 tahun lalu
logging_.py 9ca270ebf7 working version 5 tahun lalu
readme.md 9ca270ebf7 working version 5 tahun lalu
requirements.txt 9ca270ebf7 working version 5 tahun lalu
settings.yml 9ca270ebf7 working version 5 tahun lalu

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