How do I Sequel Pro with PuPHPet?

后端 未结 2 1543
萌比男神i
萌比男神i 2021-01-15 21:45

I have just set up a virtual machine using Vagrant and Puphpet. I know I have MySQL because I can mysql in the command line. I just did a basic install.

2条回答
  •  Happy的楠姐
    2021-01-15 22:13

    You can connect using the SSH tab (username/password are 'vagrant') in Sequel Pro. The database input fields have to match the settings in the config.yaml.

    If you cannot connect using vagrant/vagrant ssh into the vm type passwd and enter vagrant twice. You've now set the password for the vagrant user to vagrant. This does not affect the ssh functionality in vagrant, because vagrant uses ssh-keys.

提交回复
热议问题