-
1. usage scripts does not allow passing of parameters (for example, ./start.sh --skip-innodb).
2. usage scripts does not show the current used command.
I used this inside the start.sh to fix those two things:
CMD="$MYSQLD_SAFE --defaults-file=/home/omry/dev/tools/mysql//mysql-4.0.17/my.sandbox.cnf $1 $2 $3 $4 $5"
echo $CMD
$CMD`> /dev/null 2>&1 &.
2007-05-27 05:47:34 UTC by omry_y
-
If the my.sandbox.cnf files had server-id in them, it would make it less confusing to setup replication between sandboxes, should that be desired. As it is the CHANGE MASTER TO command succeeds and eventually START SLAVE just says "server is not configured as slave" even though SHOW SLAVE STATUS seems correct. The server-id is the only thing missing to make this work easily.
2007-04-08 01:47:45 UTC by bps7j
-
Version 5.2.3 is not supported. I was able to install it with no problems by hacking @allowed in the express-install and install scripts, and copying the datadir tarball to make one for 5.2.3.
2007-04-07 18:39:29 UTC by bps7j
-
A tutorial on MySQL Sandbox was published on O'Reilly Databases site.
http://www.oreillynet.com/databases/blog/2006/05/introducing_the_mysql_sandbox.html.
2006-05-24 19:22:46 UTC by datacharmer
-
A gentle introduction to MySQL Sandbox was published today on Datacharmer's blog.
http://datacharmer.blogspot.com/2006/04/introducing-mysql-sandbox.html.
2006-04-19 21:57:51 UTC by datacharmer
-
Anonymous committed patchset 1 of module CVSROOT to the MySQL Sandbox CVS repository, changing 11 files.
2006-04-19 16:10:17 UTC by nobody
-
datacharmer registered the MySQL Sandbox project.
2006-04-19 15:31:57 UTC by datacharmer