mirror of
https://github.com/MariaDB/server.git
synced 2025-08-27 13:04:36 +03:00
10 lines
160 B
Bash
Executable File
10 lines
160 B
Bash
Executable File
cat > $MYSQL_TEST_DIR/var/slave-data/master.info <<EOF
|
|
master-bin.001
|
|
4
|
|
127.0.0.1
|
|
replicate
|
|
aaaaaaaaaaaaaaabthispartofthepasswordisnotused
|
|
$MASTER_MYPORT
|
|
1
|
|
EOF
|