Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

 

Info
  • This FAQ only applies to the MySQL/MariaDB StudentDB

...

Excerpt

Anchor
Changing password from Command Line
Changing password from Command Line
From GL

From a command line shell to linux.gl.umbc.edu:

  1. Connect to MariaDB (see Connecting to StudentDB-Maria > From GL)
  2. Type the following command, where $PASSWORD is replaced with the password you'd like to use:

    Code Block
    themeConfluence
    languagesql
    titleSet Password
    linenumberstrue
    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:

  1. Click the 'SQL' tab.
  2. Type the following command, where $PASSWORD is replaced with the password you'd like to use, and hit Go:

    Code Block
    themeConfluence
    languagesql
    titleSet Password
    linenumberstrue
    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