Share

MySQL Sandbox

Tracker: Feature Requests

5 Usage scripts enahncement - ID: 1726300
Last Update: Tracker Item Submitted ( omry_y )

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 &


Omry Yadan ( omry_y ) - 2007-05-27 05:47

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.