Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mysql> create user 'rep'@’%’@'%' identified by 'abcd1234';

mysql> grant replication slave on *.* to 'rep'@’%@'%';

mysql> flush privileges;

...