1. Get the service name for both MySQL and Tomcat.

  2. Launch command prompt. Execute the following.
    sc config Tomcat7 depend= MySQL
  3. You will get the following as confirmation.
    [SC] ChangeServiceConfig SUCCESS
  4. You may verify it on Tomcat's service properties.