From ed0ff16a43d04cc42ecdb1bfbc3bd8ed5a1c8582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=94=D0=BE=D0=BB=D0=B3?= =?UTF-8?q?=D0=B8=D0=B9?= Date: Fri, 10 Apr 2026 12:23:37 +0300 Subject: [PATCH] =?UTF-8?q?modify:=20=D0=9F=D1=82=2010=20=D0=B0=D0=BF?= =?UTF-8?q?=D1=80=202026=2012:17:10=20MSK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql_notes.md b/mysql_notes.md index ebb40a0..830cdf3 100644 --- a/mysql_notes.md +++ b/mysql_notes.md @@ -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) ```