Copied! Copy Stacktrace Search Stackoverflow Search Google Exception

Database Exceptionyii\db\Exception

SQLSTATE[HY000]: General error: 1927 Authentication with backend failed. Session will be closed. (server1)

Error Info: Array
(
    [0] => HY000
    [1] => 1927
    [2] => Authentication with backend failed. Session will be closed. (server1)
)
$_GET = [
    'from' => 'Казань',
    'to' => 'Самара',
    'date' => '30.06.2022',
];

$_SESSION = [
    '__flash' => [],
    'region' => [
        'ip' => '3.238.84.213',
        'country' => 'США',
        'country_code' => 'US',
        'region' => 'Виргиния',
        'region_code' => 'VA',
        'city' => 'Ашберн',
    ],
];