Category Server Management

Service Management: MySQL

Stop/Start MySQL These commands stop and start MySQL. Run them separately. gp mysql -stop gp mysql -start Restart/Reload MySQL The restart and reload commands both issue a STOP and then START from one command. They are effectively interchangeable. gp mysql…

Service Management: Redis

Stop/Start Redis These commands stop and start Redis. Run them separately. gp redis -stop gp redis -start Restart Redis The restart command issues a STOP and then START from one command. gp redis -restart Reload Redis Reload reloads the configuration…

Service Management: PHP

NGINX Stop/Start PHP These commands stop and start PHP. Run them separately. You have to designate the version in the command. gp php {php.version} -stop gp php {php.version} -start For example: gp php 7.3 -stop Restart PHP The restart command…

Service Management: Nginx

Nginx Configuration Check Run either of these commands after making configuration changes to find issues before reloading or restarting the Nginx. gp ngx -t gp ngx -status Stop/Start Nginx These commands stop and start Nginx. Run them separately. gp ngx…