48 looks like an error code. Try running
perror 48
It should say
OS error code 48: Link number out of range
Update: google "MySQL error 48" | [reply] [d/l] [select] |
Increase the DBI trace level and you'll get more detail | [reply] |
UPDATE: I'm now being told by an administrator that the code is really a TCP/socket type error: "Address already in use" (EADDRINUSE) and not a MySQL error at all. | [reply] |
EADDRINUSE on Linux is 98, but, on Windows Winsock, it's 10048---WSAEADDRINUSE. I still think that 48 is ELNRNG--link
number out of range.
| [reply] |
So, what does "link number out of range" mean then?
| [reply] |