我在本地设置了Micro-Cloud,并希望使用mysql workbench访问mysql数据库。 我按照以下步骤操作: http://docs.cloudfoundry.com/tools/vmc/caldecott.html
一切都可以达到
vmc tunnel <name of my sql service>
此命令以
结束Opening tunnel on port 10000... FAILED
MultiJson::DecodeError: 795: unexpected token at '<html><head><title>Login Page</title> </head><body onload='document.f.j_username.focus();'>
<h3>Login with Username and Password</h3><form name='f' action='/j_spring_security_check' method='POST'>
<table>
<tr><td>User:</td><td><input type='text' name='j_username' value=''></td></tr>
<tr><td>Password:</td><td><input type='password' name='j_password'/></td></tr>
<tr><td colspan='2'><input name="submit" type="submit" value="Login"/></td></tr>
</table>
</form></body></html>'
For more information, see ~/.vmc/crash
崩溃文件不包含任何其他信息。 有时错误是不同的,它说:
Opening tunnel on port 10000... FAILED
CFoundry::NotFound: 404:
For more information, see ~/.vmc/crash
有没有人知道如何连接微云的mysql服务?
此致 弗洛里安