Overview
To use the OIT provided MySQL service you need a user account and password. For some applications (e.g., WordPress) you will need to pre-create an empty database and you must grant access to your database from one or more application hosts. You can perform all these functions from the OIT self-service web site: https://setupmysql.utk.edu
Instructions
To create a MySQL account:
- Navigate to: https://setupmysql.utk.edu
- Log in with a NetID and password
If this is your first time using OIT's MySQL service, you will probably see a message: "No MySQL account associated with your NetID". If so, follow these instructions:
- Select a database server from the dropdown menu or click on Find My Server to find out which server you should be using.
- Select Create New Account
- Your NetID is pre-populated (you cannot change it)
- The host you are currently signed in on is pre-populated. Use this hostname, or replace it with a list of hosts for which this account should apply. You can add or delete from this list at any later time. Please specify a fully qualified hostname for each. Hosts are generally the list of hosts from which your application will connect to the database.
- Enter a password string and confirm.
- Select create
At this point, your MySQL account(s) are created. Below are some other useful links.
Creating a MySQL database
Configuring a MySQL client