Remote access for single sandbox

Asked by Pedro Tiago Pinheiro

When creating a single sand box ( without make_rep ) its not possible to specify remote access.
So the box is not accessible from outside the server ( useful when adding single sandboxes in a Virtual Machine enviroment)

Question information

Language:
English Edit question
Status:
Solved
For:
MySQL Sandbox Edit question
Assignee:
No assignee Edit question
Solved by:
Giuseppe Maxia
Solved:
Last query:
Last reply:
Revision history for this message
Best Giuseppe Maxia (giuseppe-maxia) said :
#1

you can run
make_sandbox 5.7.10 -- --remote_access=%
(notice there is -- followed by a space and --remote_access)

http://search.cpan.org/~gmax/MySQL-Sandbox-3.1.05/lib/MySQL/Sandbox/Recipes.pm#Remote_Sandboxes

Please send your requests to the new site (https://github.com/datacharmer/mysql-sandbox). This one is unmaintained.

Revision history for this message
Pedro Tiago Pinheiro (ptrpinheiro) said :
#2

Thank you Giuseppe, it did work as described