set_charset('utf8mb4'); echo "OK: Connected as $u to $d"; } catch (Throwable $e) { http_response_code(500); echo "ERROR: ".$e->getMessage(); }