Files
MaxScale/maxscale-system-test/local_tests/create_repl_user.sql
Markus Mäkelä 957b50c811 Remove trailing whitespace
Removed trailing whitespace in tests and build scripts.
2017-05-26 14:29:28 +03:00

5 lines
128 B
SQL

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