Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Created January 24, 2014 11:38
Show Gist options
  • Save lukearmstrong/8595838 to your computer and use it in GitHub Desktop.
Save lukearmstrong/8595838 to your computer and use it in GitHub Desktop.
Sequel Pro - Configuration to connect to MySQL on Vagrant Box created by PuPHPet.com
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SPConnectionFavorites</key>
<array>
<dict>
<key>database</key>
<string></string>
<key>host</key>
<string>127.0.0.1</string>
<key>id</key>
<integer>-4140155864736829568</integer>
<key>name</key>
<string>vagrant</string>
<key>port</key>
<string></string>
<key>socket</key>
<string></string>
<key>sshHost</key>
<string>localhost</string>
<key>sshKeyLocation</key>
<string>~/.vagrant.d/insecure_private_key</string>
<key>sshKeyLocationEnabled</key>
<integer>1</integer>
<key>sshPort</key>
<string>2222</string>
<key>sshUser</key>
<string>vagrant</string>
<key>sslCACertFileLocation</key>
<string></string>
<key>sslCACertFileLocationEnabled</key>
<integer>0</integer>
<key>sslCertificateFileLocation</key>
<string></string>
<key>sslCertificateFileLocationEnabled</key>
<integer>0</integer>
<key>sslKeyFileLocation</key>
<string></string>
<key>sslKeyFileLocationEnabled</key>
<integer>0</integer>
<key>type</key>
<integer>2</integer>
<key>useSSL</key>
<integer>0</integer>
<key>user</key>
<string>root</string>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment