Line 474:
Line 474:
Note -. Also in the remote part of WinSCP, we can navigate to folders as
Note -. Also in the remote part of WinSCP, we can navigate to folders as
/var/lib/openshift/5364c670e0b8cd09f500036d/mysql/data/startdolibarr where this physically our database or we can go to /var/lib/openshift/5364c670e0b8cd09f500036d/app-root/logs to see MySQL logs.
/var/lib/openshift/5364c670e0b8cd09f500036d/mysql/data/startdolibarr where this physically our database or we can go to /var/lib/openshift/5364c670e0b8cd09f500036d/app-root/logs to see MySQL logs.
+
+
If we write help in the PuTTY window, will show some important commands.
+
+
Among the common commands are:
+
+
ctl_app<br />
+
Control your application (MySQL)
+
+
*ctl_app start
+
*ctl_app stop
+
*ctl_app restart
+
*ctl_app status
+
+
ctl_all<br />
+
Similar to ctl_app but we can control all Gear.
+
+
*ctl_all start
+
*ctl_all stop
+
*ctl_all restart
+
*ctl_all status