Another way of specifying options ?

Asked by Thomas Ashbee

Hi

I have just upgraded mysql sandbox to 3.0.40 and the method I have always used to create sandboxes no longer works if I specify any options.

make_sandbox 5.5.33 --sandbox_port=7801 --sandbox_directory=testing

Unknown option: sandbox_port
Unknown option: sandbox_directory

Is there a new way to pass over the options

Thanks in advance

Tom

Question information

Language:
English Edit question
Status:
Solved
For:
MySQL Sandbox Edit question
Assignee:
No assignee Edit question
Solved by:
Thomas Ashbee
Solved:
Last query:
Last reply:
Revision history for this message
Thomas Ashbee (thomar) said :
#1

Typically having spent hours trying to work this out I have just read a post explaining the situation straight after I posted this question.

Sorry

Revision history for this message
Giuseppe Maxia (giuseppe-maxia) said :
#2

for everyone wondering what the solution is in this case, the right syntax would be

make_sandbox 5.5.33 -- --sandbox_port=7801 --sandbox_directory=testing

Notice the '--' after 5.5.33