add MDBCI test scripts (#145)

This commit is contained in:
Timofey Turenko
2017-12-05 00:30:30 +02:00
committed by GitHub
parent c8b6838bce
commit f45a011dbe
59 changed files with 3295 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#create user repl@'%' identified by 'repl';
grant replication slave on *.* to repl@'%' identified by 'repl';
FLUSH PRIVILEGES;