Access denied for user: '1112185271@%' (Using password: YES)
Where using this code:
Quote:
LOAD DATA INFILE 'feeds/****/CategoryMappings.txt' INTO TABLE pd_shopping_categories
everything is there and should work, yet dosen't. The same db connection code is used as is used elsewhere on my site, and that error dosen't seem to come up. In phpmyadmin the same error comes up.
Yes you can read the contents of the file and as long as it is a standard dump file (in other words proper sql syntax) then you can just run the text as any other query.