Restart the MySQL Server

Restart the MySQL database server when performing database management activities in which you must shut down the STA application and then restart just the MySQL server.

  1. Open a terminal session on the STA server, and log in as the Oracle user.
  2. Start the MySQL service:
    $ STA start mysql
    
  3. Verify the server is running:
    $ STA status mysql
    

    You should see: mysql is running