-
Notifications
You must be signed in to change notification settings - Fork 0
Database
Tom Magnusson edited this page Sep 3, 2018
·
7 revisions
We use MySQL built on top of MariaDB for all our databases. 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
Status of the mysql server
sudo systemctl status mysql
Restart the db server
sudo systemctl restart mysql
Stop the db server
sudo systemctl stop mysql
Start the db server
sudo systemctl start mysql
- Home
- CIO
- Words of Wisdom
- Developers
- Designers
- Web Applications
- Making Changes
- Infrastructure
- Resources
- Key Contacts
- Future Plans