PHP Classes

LOCAL keyword

Recommend this page to a friend!

      Quick CSV import  >  All threads  >  LOCAL keyword  >  (Un) Subscribe thread alerts  
Subject:LOCAL keyword
Summary:Didn't work until I changed SQL to include LOCAL keyword
Messages:1
Author:Tim Charnecki
Date:2007-04-09 14:49:55
 

  1. LOCAL keyword   Reply   Report abuse  
Picture of Tim Charnecki Tim Charnecki - 2007-04-09 14:49:55
I think another work around to the file access issues is to change the SQL to use LOCAL (LOAD DATA LOCAL INFILE...).

This worked for me.