Alireza Naderi wrote: > Hi guys > > Is squid has ability to write their access.log on mysql database? > if yes how should i do?
Not yet. There is an ongoing project to allow Squid to pipe the logs to an external program which then could dump the logs into mysql or whatever, but this project is not yet finished (works, but looses some log entries when under load). For details see http://devel.squid-cache.org/ Until then you can try logging to a named pipe, but it quite likely also will suffer from lost log entries under load for the same reasons.. Regards Henrik
