Bug #8945 | unauthenticated user and server crash | ||
---|---|---|---|
Submitted: | 4 Mar 2005 12:53 | Modified: | 9 Apr 2005 12:38 |
Reporter: | Marek Wylon | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S1 (Critical) |
Version: | 4.1.7 | OS: | Linux (Linux Enterprise) |
Assigned to: | CPU Architecture: | Any |
[4 Mar 2005 12:53]
Marek Wylon
[9 Mar 2005 12:38]
Aleksey Kishkin
Hi! Do you have any cron-tasks at 12:05?
[11 Mar 2005 17:26]
N Dial
I had a similar situation on my setup where the database lived on a different host than the webserver. I found the "unauthenticated users" were connections from the webserver that were hanging on DNS lookups. Don't know if this is a mysql bug or a bug with my firewall / other setup, but a couple of fixes I found were... 1) start mysql with --skip-name-resolve (you may have to change your mysql permission tables to have the host's IP instead of hostname, including localhost) or 2) add the connecting host to your /etc/hosts file. Hope that helps.
[21 Mar 2005 20:14]
Matthew Boehm
I am also experiencing this "unauthenticated user" business. Just noticed it today. And yes, the IP address in the process list is our webserver. And yes, we have several cron jobs that connect to it. All of the entries in 'show processlist' are showing IP addresses so I don't understand the problem. And we don't use hostnames in any of the mysql tables either. I'm using 4.1.10 on RH9
[14 Apr 2005 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[11 Nov 2005 20:27]
akif ozturk
Hello; who can help you. i have a problme. | 10116 | unauthenticated user | 66.90.xxx:48359 | | Connect | | Reading from net | | | 10117 | unauthenticated user | 66.90.xxx:48360 | | Connect | | Reading from net | | | 10118 | unauthenticated user | 66.90.xxx:48361 | | Connect | | Reading from net | i have every time this problem. how can i fix this problem ? please write with command. because i am beginner. Thx Akif
[17 Dec 2008 14:41]
Jean-Michel Daviault
ok took me awhile to figure out as everytime I had this problem it was caused to not having skip-name-resolve so if you have this problem and you have skip-name-resolv in your my.cnf, make sure you have it in the [mysqld] section if you use mysql as a daemon. stupid and obvious you will say but little mistakes causes headaches and thought this might help as skip-name-resolv did fix this on over 30 servers I've encountered over my "career".