I need to frequenly run the mysqladmin flush-hosts command. It was suggested that I use a batch file to run this every 30 minutes or so. Any idea how to write one? Is there another way to have MySQL do this?
try AT on nt/windows 2000 etc or cron on unix. If you are really stuck knock out a PHP page that refreshes every 30 mins in a browser that calls the flush statement.
Or a little C progrman that calls sleep() for 30 mins.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.