modify: Пт 10 апр 2026 12:17:10 MSK

This commit is contained in:
2026-04-10 12:23:37 +03:00
parent 8c1220fc8e
commit ed0ff16a43

View File

@@ -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)
```