Hey, I was wondering if PHP stored it's Flush Host number in a global variable. By that I mean, the number of bad mysql connections before the host needs to be flushed. I was also wondering if I could change this value with php code?
Thanks,
Brandon
Printable View
Hey, I was wondering if PHP stored it's Flush Host number in a global variable. By that I mean, the number of bad mysql connections before the host needs to be flushed. I was also wondering if I could change this value with php code?
Thanks,
Brandon
I don't think it stores it in a global variable, but it might be in mysql_stat() or the MySQL function show stats might have it.
I'm not sure, though. It may also be stored in the ini.