AlternC / alternc-php-fpm

PHP 5.6/7.x/... FPM module for AlternC
GNU General Public License v2.0
1 stars 6 forks source link

Exit when mysql is absent #30

Open camlafit opened 2 months ago

camlafit commented 2 months ago

Hi

For different reason, mysql could be down during php7-fpm execution. In this case, all pool are deleted and break all sites hosted.

We must check mysql state and ran script only we are sure mysql state

camlafit commented 1 week ago

We can have different use case as :