Connect to MySQL on Vagrant instance with Sequel Pro

前端 未结 10 1813
囚心锁ツ
囚心锁ツ 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:52

    The answer about the bind-address is right, however I have found that instead of changing the value to 0.0.0.0, it's better to just edit the my.cnf file and comment out the bind-address altogether.

    If you do that and then follow the rest of the original answer, you should be able to connect via sequel pro

提交回复
热议问题