Connect to MySQL on Vagrant instance with Sequel Pro

前端 未结 10 1582
囚心锁ツ
囚心锁ツ 2021-02-02 18:03

I am running Laravel on Vagrant and I am trying to connect Sequel Pro.

I have just started using Vagrant, I have followed a few tutorials on connecting to Sequel Pro how

10条回答
  •  借酒劲吻你
    2021-02-02 18:58

    For me, the vital part was using 0.0.0.0 as MySQL host instead of 127.0.0.1. Everything else is business as usual (using SSH). This works for me:

提交回复
热议问题