Info |
---|
- This FAQ only applies to the MySQL/MariaDB StudentDB
|
...
Excerpt |
---|
Anchor |
---|
| Changing password from Command Line |
---|
| Changing password from Command Line |
---|
| From GLFrom a command line shell to linux.gl.umbc.edu: - Connect to MariaDB (see Connecting to StudentDB-Maria > From GL)
Type the following command, where $PASSWORD is replaced with the password you'd like to use: Code Block |
---|
theme | Confluence |
---|
language | sql |
---|
title | Set Password |
---|
linenumbers | true |
---|
| SET PASSWORD = PASSWORD('$PASSWORD'); |
|
Excerpt |
---|
Anchor |
---|
| Changing password from a web browser |
---|
| Changing password from a web browser |
---|
| From a web browser (phpMyAdmin)From phpMyAdmin: - Click the 'SQL' tab.
Type the following command, where $PASSWORD is replaced with the password you'd like to use, and hit Go: Code Block |
---|
theme | Confluence |
---|
language | sql |
---|
title | Set Password |
---|
linenumbers | true |
---|
| SET PASSWORD = PASSWORD('$PASSWORD'); |
|
Forgotten password
If you have forgotten your password, please submit an RT Ticket with the following information and someone will assist you:
- Username
- The server you are trying to connect to / what commands you are using to connect.
- Which class you are in