I was just wondering, does anyone have any experience of setting up Squid to work with MySQL? Basically, I have a number of allowed web sites that I want squid to be able to access, but by default Squid doesn't support MySQL and I'm having difficulty finding sources with information on how to enable access. I know it's possible because the current (soon to be deprecated) proxy has this functionality - shame we're no longer in contact with the person who set it up!
The only other solution I can think of is to write the database to a file every so often, as the list of allowed sites is constantly being updated. Is there a way in MySQL to write the contents of a database to a text file say every 5 minutes?
Any help would be greatly appreciated.
The only other solution I can think of is to write the database to a file every so often, as the list of allowed sites is constantly being updated. Is there a way in MySQL to write the contents of a database to a text file say every 5 minutes?
Any help would be greatly appreciated.