问题所在:
查资料得知是opcache配置问题,阻挡了我们访问数据库。
那么opcache是啥嘞?OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request.【摘自php官网】,总体来说就是一个提升php访问性能的机制。
还是来段知乎的吧!https://zhuanlan.zhihu.com/p/75869838。感兴趣的自己了解一下。
解决方案1——OK
简单粗暴的解决方案:关掉它!
找php.ini对应位置:.../php/php7.2.9nts/php.ini
[opcache]
zend_extension=php_opcache.dll
opcache.memory_consumption=128
opcache.interned_strings_buffer