Centos 7, PHP 7.2 Permission denied via Apache2.4
i can't log in to mysql via pdo when i try to execute connection to db via apache but on cli it works just fine in symfony 4.1 controller i have inserted this string new PDO('mysql:host=db;dbname=test_db', 'xyz', 'uzzzxxxx'); and it…