Files
MaxScale/maxscale-system-test/local_tests/create_repl_user.sql
Timofey Turenko 8c6ca38a8a add tests
2017-05-23 21:09:30 +03:00

5 lines
130 B
SQL

#create user repl@'%' identified by 'repl';
grant replication slave on *.* to repl@'%' identified by 'repl';
FLUSH PRIVILEGES;