Sandbox shortcut tool sb + prefixed sandboxes
Having some problem trying to call the sandbox shortcut tool for sb with sandbox versions installed with a prefix ?
Using Sandbox 3.0.32 on CentOS 6.4 64bit OS
I installed 3 sandboxes
1. MariaDB 5.5.30 with prefix mdb55
2. MariaDB 10.01 with prefix mdb10
3. MySQL 5.6.11 no prefixes
I can call MySQL 5.6.11 fine using
sb 5611 -e "SELECT VERSION()"
+-----------+
| VERSION() |
+-----------+
| 5.6.11 |
+-----------+
But can't get the prefixed versions to work ? i.e.
sb mdb555530 -e "SELECT VERSION()"
All info for 3 sandboxes
sbtool -o info
$ports = {
'5530' => 0,
'55100' => 0,
'5611' => 1
};
$all_info = {
};
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask p4guru for more information if necessary.