Stopping Services

Stop the scheduling service first, and then the MySQL service.

For Windows

Steps:
  1. On Windows, from Administrative Tools, open "Services".

  2. Select "Cybozu_Scheduling_Service_cbgrn" and click "Stop Service".

  3. Select "Cybozu_Database_Engine_5_0", and click "Stop Service".

    When you use an existing MySQL installation, rather than installing MySQL bundled in the Garoon installer, stop the service of the existing MySQL installation.

For Linux

Steps:
  1. Stop the scheduling service.

    [root@garoon admin]# /etc/init.d/cyss_cbgrn stop

  2. Stop the MySQL service.

    [root@garoon admin]# /etc/init.d/cyde_5_0 stop

    When you use an existing MySQL installation, rather than installing MySQL bundled in the Garoon installer, stop the service of the existing MySQL installation.