Command Line Interface Configuration Instructions
Follow the instructions below to access the Capture and Replay Tool from a Command Line Interface (CLI). Complete the Download Instructions first before accessing the CLI.
Prerequisite: Download the MySQL Capture and Replay Tool
Download Instructions - MySQL Capture and Replay ToolStep-by-Step Instructions
cd CaptureReplayTool/mycrt/cli pip3 install virtualenv
virtualenv <env_name>
. <env_name>/bin/activate
pip3 install Click
pip3 install requests
pip3 install --editable .pip3 install virtualenv
virtualenv <env_name>
<env_name>\Scripts\activate
pip3 install Click
pip3 install requests
pip3 install --editable .Last updated