Record MySQL Usernames

Record existing MySQL usernames used to access the STA database. You cannot retrieve the passwords.

  1. On the STA server, open a terminal session. Log in as the Oracle user.
  2. Display all STA database usernames. For example:
    $ mysql -uroot -p -e "select distinct(user) from user order by user ;" mysql
    
  3. Record the usernames.