Files
MaxScale/maxscale-system-test/mdbci/backend/create_repl_user.sql
2017-12-21 17:20:41 +02:00

5 lines
128 B
SQL

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