View Single Post
Old November 10th, 2010, 11:08 AM   #2 (permalink)
Luciano
Registered User
 
Join Date: Aug 2005
Posts: 1,229
well that is a basic read/write error in mysql..
check: MySQL :: MySQL 5.0 Reference Manual :: C.5.2.13 Can't create/write to file

if you read a little lower.. you will find:
Quote:
If you get an error of the following type for some queries, it means that MySQL cannot create a temporary file for the result set in the temporary directory:
but it can be something else...(specially on windows)
Like antivirus scanning mysql tmp directory etc. etc.
There are some hints posted by users on that page to work around..
Quote:
Turning "off" the scanning of windows/temp folder in the anti-virus resolved the issue for me.
or...
Quote:
If you are running Microsoft Security Essentials on Windows, here's a way to fix the issue.....
Luc

PS once you turned off all antivirus run that step again:
http://localhost/admincp/vbgallery_i...pgradesettings

(PS2: I assume you are running apache on windows as localhost)

Last edited by Luciano; November 10th, 2010 at 11:16 AM.
Luciano is offline   Reply With Quote