在Vagrant上连接到主机MySQL服务器

时间:2014-02-06 01:33:49

标签: ruby-on-rails ruby-on-rails-4 vagrant

可以在Vagrant框内连接到主机的MySQL服务器吗?我正在运行一个RoR vagrant box,但我需要连接到主机数据库服务器。

任何帮助?

1 个答案:

答案 0 :(得分:6)

堆栈溢出有两个线程,超级用户有另一个可能帮助你完成此操作。以下链接。

How to connect with host PostgreSQL from vagrant virtualbox machine

https://superuser.com/questions/310697/connect-to-the-host-machine-from-a-virtualbox-guest-os/310745#310745

如果您的设置正确,可以执行您要实现的操作。