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

    รับชื่อบริการสำหรับทั้ง MySQL และ 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.

    คุณสามารถตรวจสอบกับคุณสมบัติการบริการของ Tomcat


  • No labels