MySQL Sandbox

Software Screenshot:
MySQL Sandbox
Software Details:
Version: 3.0.29
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 1

Rating: nan/5 (Total Votes: 0)

MySQL Sandbox is an open source tool that offers a quick and painless install of side MySQL server in isolation.

Installation:

Unpack the necessary MySQL binaries somewhere under your home directory, and give it a convenient name (e.g. /opt/mysql/5.1.10, or $HOME/binaries/5.1.10 )

Unpack the distribution package in one empty directory and run the install script. For example:

./install.pl -f sandbox.conf --basedir=$HOME/binaries/5.1.10

You can create the data directory in two ways:

- using mysql_install_db script. In this case, the sandbox will run an additional script to install username and password in the database.

install.pl --datadir_from=script

- copying from an already existing directory (you need to have the necessary privileges to read fies from the origin)

install.pl --datadir_from=dir:/usr/local/mysql/data/mysql

To see the available options, run ./install.pl --help

Usage:

Change directory to the newly created one (default:

$HOME/mysql_sandboxVERSION)

Start the server

./start.sh

Stop the server

./start.sh

use a client with the sandbox server:

./use.sh

What is new in this release:

  • MySQL-Sandbox 3.0.28 now supports MySQL 5.6 in more ways.
  • In addition to creating sandboxes without errors, it does also suppress the unnecessary verbosity, it makes the 'clear' command safer, and it adds a script to enable global transaction ID in replication.

What is new in version 3.0.19:

  • MySQL Sandbox 3.0.19 now supports tarballs that don't start with 'mysql'.
  • Supported prefixes are 'mysql', 'percona', and 'mariadb'.
  • You can also add a prefix to the extracted tarball directory.
  • These changes have the side effect of making "make_sandbox" backward incompatible. The syntax goes from
  • "make_sandbox TARBALL [--export_binaries] [options for low_level_make_sandbox]"
  • "make_sandbox [--export_binaries|--add_prefix] TARBALL -- [options for low_level_make_sandbox]"
  • (notice the '--' before the final options)

What is new in version 3.0 GA:

  • New features include: installation as Perl module, the sandbox tool, a test suite with 200 tests, user defined tests, port checking, ability to install from a source directory and from already installed binaries, moving, copying, preserving and deleting sandboxes, creating hierarchical replication systems.

Requirements:

  • Linux or FreeBSD operating system
  • MySQL Community Edition
  • Perl
  • GNU Bash

Screenshots

mysql-sandbox_1_75086.png
mysql-sandbox_2_75086.png

Similar Software

CUBRID-Python
CUBRID-Python

15 Apr 15

SQLite
SQLite

22 Jun 18

phpPgAdmin
phpPgAdmin

14 Apr 15

Percona Server
Percona Server

20 Jan 18

Comments to MySQL Sandbox

Comments not found
Add Comment
Turn on images!