forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 18
Connect SequelPro to Devstack
Albert Liang edited this page Jun 26, 2015
·
1 revision
After downloading the latest version of SequelPro, these are the settings you should enter:
- Name:
- devstack
- MySQL Host:
- 127.0.0.1
- Username:
- root
- Database:
- edxapp
- Port:
- 3306
- SSH Host:
- 127.0.0.1
- SSH User:
- vagrant
- SSH Key:
- ~/.vagrant.d/insecure_private_key
- SSH Port:
- 2222
All other input boxes should be left blank.
After connecting, you may be prompted for a password to access the database. Try entering "" or "vagrant" as the password.
NOTE: The SSH window may not open all the way the first time through! Click the "Standard" button, then click the "SSH" button again - now the SSH window will display all its input boxes.