|
Home > Archive > MySQL Server Forum > August 2005 > Invalid access to memory location.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Invalid access to memory location.
|
|
| David Wier 2005-08-15, 8:23 pm |
| I have a hosted account - I'm getting this error now.....
Any reason that I can hunt down to figure out why I should be getting it?
| |
| Bill Karwin 2005-08-15, 8:23 pm |
| David Wier wrote:
> I have a hosted account - I'm getting this error now.....
>
> Any reason that I can hunt down to figure out why I should be getting it?
My usual strategy is to google for the error message (in quotes) plus
something narrowing the search to the software system I'm using (in this
case, mysql).
http://www.google.com/search? q=%22...2
2+mysql
Then read through half a dozen of the resulting links, and see if you
can learn the most likely cause of the error in your case.
From what I can tell after reading a few such links, it is frequently
related to misconfiguring PHP on a Windows web server.
For instance:
http://forums.majorgeeks.com/archive/index.php/t-37585
You should probably talk to your hosting provider about resolving this
error.
Regards,
Bill K.
| |
| David Wier 2005-08-22, 1:23 pm |
| Thanks - I did contact them and the final solution, in case anyone's
interested is:
Because PHP was running on Windows - - they changed it to CGI and I haven't
gotten the error since.
"Bill Karwin" <bill@karwin.com> wrote in message
news:ddr3r2020a7@ene
ws4.newsguy.com...
> David Wier wrote:
>
> My usual strategy is to google for the error message (in quotes) plus
> something narrowing the search to the software system I'm using (in this
> case, mysql).
>
> http://www.google.com/search? q=%22...2
2+mysql
>
> Then read through half a dozen of the resulting links, and see if you can
> learn the most likely cause of the error in your case.
>
> From what I can tell after reading a few such links, it is frequently
> related to misconfiguring PHP on a Windows web server.
>
> For instance:
> http://forums.majorgeeks.com/archive/index.php/t-37585
>
> You should probably talk to your hosting provider about resolving this
> error.
>
> Regards,
> Bill K.
|
|
|
|
|