jimbojames5645
Programmer
I'm looking at the processlist on one of my mysql servers, and there are hundreds of lines like this
| 392656 | unauthenticated user | ip:33238 | NULL | Connect | NULL | login | NULL |
ip = the ip has been omitted for security purposes.
Why am i getting so many of these, when the only user accessing this database is getting the infomation from a script? The info works b/c i can see other processes running normally.
| 392656 | unauthenticated user | ip:33238 | NULL | Connect | NULL | login | NULL |
ip = the ip has been omitted for security purposes.
Why am i getting so many of these, when the only user accessing this database is getting the infomation from a script? The info works b/c i can see other processes running normally.