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