~giuseppe-maxia/mysql-sandbox/mysql-sandbox-3

« back to all changes in this revision

Viewing changes to bin/make_replication_sandbox

  • Committer: g.maxia at gmail
  • Date: 2015-08-22 13:59:35 UTC
  • Revision ID: g.maxia@gmail.com-20150822135935-1sh6tz6sr2i0jjm0
Last commit. This repo has migrated to GitHub

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
    --remote_access=$msb->{options}{remote_access} \\
276
276
    --load_grants \\
277
277
    --prompt_prefix=master \\
 
278
    --history_dir=$replication_directory \\
278
279
    -c relay-log-index=mysql-relay \\
279
280
    -c relay-log=mysql-relay \\
280
281
    -c log-bin=mysql-bin \\
313
314
    --repl_user=$msb->{options}{repl_user} \\
314
315
    --repl_password=$msb->{options}{repl_password} \\
315
316
    --remote_access=$msb->{options}{remote_access} \\
 
317
    --history_dir=$replication_directory \\
316
318
    -c server-id=$slave_id \\
317
319
    -c report-host=SBslave$slave \\
318
320
    -c report-port=$slave_port \\