Files
MaxScale/maxscale-system-test/mdbci/backend/create_repl_user.sql
2017-12-05 00:30:30 +02:00

5 lines
130 B
SQL

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