Can’t establish connection to MySQL after PHP upgrade
When you upgrade PHP there are chances that the new version is reading a different php.ini
file than the previous version. You have to see which php.ini
it's reading (for example with phpinfo()
) and then check that it has correctly…