[note] The current test environment is just a single server.
The Tungten version of the deployment test is 2.1.2-xxxx;
Requirements:
MySQL Configuration
The tungsten user to use the new password format complete the following steps
Mysql>set session old_passwords=0;
Set binary log format =row;
The main MySQL side server executes the command:
./tools/tungsten-installer--master-slave-a \
--datasource-type=mysql \
--master-host=127.0.0.1 \
--datasource-user=tungsten \
--datasource-password=321 \
--datasource-log-directory=/var/lib/mysql \
--service-name=byruiy \
--home-directory=/root/deploy/mysql \
--cluster-hosts=127.0.0.1 \
--THL-PORT=12500 \
--RMI-PORT=11500 \
--mysql-use-bytes-for-string=false \
--svc-extractor-filters=colnames,pkey \
--svc-parallelization-type=none \
--start-and-report
Execute the statement from the MONGODB server side:
Tools/tungsten-installer--master-slave-a \
--DATASOURCE-TYPE=MONGODB \
--master-host=127.0.0.1 \
--service-name=byruiy \
--HOME-DIRECTORY=/ROOT/DEPLOY/MONGODB \
--cluster-hosts=127.0.0.1 \
--MASTER-THL-PORT=12500 \
--thl-port=12600 \
--rmi-port=11600 \
--skip-validation-check=installermasterslavecheck \
--svc-parallelization-type=none \
--start-and-report
Review the results when the deployment is complete:
MONGO hint Connector
MySQL command line prompt connector
Single use tungsten sync MySQL data to MongoDB