We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d129209 commit f436506Copy full SHA for f436506
devtools/replica-setup-mysql/start_replication.sh
@@ -20,7 +20,7 @@ fi
20
21
# Connect to MySQL and execute the replication configuration commands
22
REPLICATION_CMD="CHANGE REPLICATION SOURCE TO \
23
- SOURCE_HOST='${SOURCE_HOST_FOR_REPLICA}', \
+ SOURCE_HOST='${SOURCE_HOST}', \
24
SOURCE_PORT=${SOURCE_PORT}, \
25
SOURCE_USER='${SOURCE_USER}', \
26
SOURCE_PASSWORD='${SOURCE_PASSWORD}'"
@@ -42,4 +42,4 @@ if [ $? -ne 0 ]; then
42
exit 1
43
else
44
echo "Replication established successfully."
45
-fi
+fi
0 commit comments