Starting Services

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

For Windows

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

  2. Select "Cybozu_Database_Engine_5_0" and click "Start Service".

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

  3. Select "Cybozu_Scheduling_Service_cbgrn" and click "Start Service".

For Linux

Steps:
  1. Start the MySQL service.

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

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

  2. Start the scheduling service.

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