Starting Services
Start the MySQL service first, and then the scheduling service.
For Windows
Steps:
-
On Windows, from Administrative Tools, open "Services".
-
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. -
Select "Cybozu_Scheduling_Service_cbgrn" and click "Start Service".
For Linux
Steps:
-
Start the MySQL service.
[root@garoon admin]# systemctl start cyde_5_0.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.
-
Start the scheduling service.
[root@garoon admin]# systemctl start cyss_cbgrn.service