jacquestvanzuydam / laravel-firebird

Firebird Illuminate package for Laravel 5
63 stars 93 forks source link

Persitent connection ver 5.4. #66

Closed wik1 closed 4 years ago

wik1 commented 5 years ago

I'm try to use persistent connection an it's doesn't work. Someone tried

Regards Wiesiek

fillipenorton commented 4 years ago

Hi

Did you solve ur problem?

wik1 commented 4 years ago

Yes. It's wasn't problem ! If you set up correctly pdo, persistent connection working fine. But one very important step: after changing to persistent connection or from persistent you have to reboot Apache or Nginx. After any shut down database also you shoud reboot Apache or Nginx ... because they keeping connections to not exist data base. If you keeping this rules, everything working fine. Wiesiek