-
Notifications
You must be signed in to change notification settings - Fork 0
Database
FrankSiderio edited this page Mar 22, 2018
·
7 revisions
To get into the database you'll need to get the username and password from CommonKey. This goes for any applications database you want to make changes to (there is a user for each).
The url will differ depending on which environment you are in. (sga.dev.it.marist.edu or sga.marist.edu) we usually don't make changes on sga.staging.it.marist.edu because that is the same as sga.marist.edu.
- Go to
sga.marist.edu/mysqladmin
orsga.dev.it.marist.edu/mysqladmin
- Enter in the credentials you got from common key
- Then you're in!
Additionally you can get into the database through the command line.
- SSH onto the server (see Server Guide)
- Get into the DB
mysql -u USERNAME -p
and enter in the password
- Home
- CIO
- Words of Wisdom
- Developers
- Designers
- Web Applications
- Making Changes
- Infrastructure
- Resources
- Key Contacts
- Future Plans