PHP Classes

Error message

Recommend this page to a friend!

      Quick CSV import  >  All threads  >  Error message  >  (Un) Subscribe thread alerts  
Subject:Error message
Summary:Access denied for user: '###@localhost' (Using password: YES)
Messages:11
Author:steve speirs
Date:2006-03-17 01:07:30
Update:2010-02-18 17:05:18
 
  1 - 10   11 - 11  

  11. Re: Error message   Reply   Report abuse  
Picture of Matteo De prezzo Matteo De prezzo - 2010-02-18 17:05:19 - In reply to message 10 from David Sassoon
i changed sql statment to laod data into sql but "The used command is not allowed with this MySQL version". Maybe we can try to use this statment
BULK
INSERT CSVTest
FROM 'c:\csvtest.txt'
WITH
(
FIELDTERMINATOR = ',',
ROWTERMINATOR = '\n'
)

 
  1 - 10   11 - 11