|
|
MySQL Sandbox 2.0.17 introduces a new item in the toolkit. sbtool is a multi-purpose
tool for advanced tasks with MySQL sandboxes.Most notables: assigned and used port detection, port range detection, replication tree, copying and moving sandboxes. |
Overview
./sbtool --help
usage: ./sbtool [options]
-o --operation (s) <> - what task to perform
'info' returns configuration options from a Sandbox
'copy' copies data from one Sandbox to another
'ports' lists ports used by the Sandbox
'tree' creates a replication tree
'move' moves a Sandbox to a different …[Read more]