I am getting error
#7890 - Can't find file 'C:UsersAdminDesktopBL postcodes.csv.zip'.
here is the script
LOAD DATA LOCAL INFILE 'C:\Users\Admin\Desktop\BL postcodes.csv.zip'
IGNORE INTO TABLE uk_pc
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
(Postcode, Latitude, Longitude, Easting, Northing, GridRef, County, District, Ward, DistrictCode, WardCode, Country, CountyCode)
i have tried to change folders and change permission also but same error ... (working on localhost server)
'C:UsersAdminDesktopBL postcodes.csv.zip'
path has to be wrong because it doesn't have traling slashes. try: INFILE 'C:\\Users\\Admin\\Desktop\\BL postcodes.csv.zip'
And try with unpacked file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With