> Use of uninitialized value $DBI::errstr in concatenation (.) or > string at /usr/lib64/squid/log_db_daemon line 403. You're trying to use an uninitialized variable when outputting(?) the error message. Fix that first. I'm guessing you're using the `errstr` function wrong there, see the official documentation for hints: https://metacpan.org/pod/DBD::MariaDB > Cannot connect to database: at /usr/lib64/squid/log_db_daemon line > 403. And then you should see what error you're actually getting here. My guess is that it will be a permission issue. User not allowed to connect from this host, or process not allowed to access the socket or something similar. _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx https://lists.squid-cache.org/listinfo/squid-users