| Code: |
| LOAD DATA LOCAL INFILE 'Table.csv'
INTO TABLE rsCMS FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n' (contentID, Title, ContentType, Description, Source, UserIP, DateD, DateM, DateY, DateT, Username, Filepath); |
I'm trying to add it using this, but this is not working (It's not on a frihost server, it's a Linux server, I'm trying to add this to the MySQL database in this hosts screwed up version of phpmyadmin)
This is what it throws back at me every time..
| Quote: | ||
Inserted rows: -1 (Query took 0.0019 sec)
|
