modify: Пт 10 апр 2026 12:17:10 MSK
This commit is contained in:
@@ -41,7 +41,7 @@ server-id = 1
|
||||
```bash
|
||||
master> CREATE USER 'repl_user'@'%' IDENTIFIED BY 'strong_password';
|
||||
Query OK, 0 rows affected (0.00 sec)
|
||||
master> RANT REPLICATION SLAVE ON *.* TO 'repl_user'@'%';
|
||||
master> GRANT REPLICATION SLAVE ON *.* TO 'repl_user'@'%' WITH GRANT OPTION;
|
||||
Query OK, 0 rows affected (0.00 sec)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user