I am using phpMyAdmin 2.2.6 with MySQL 3.23.41 and trying to update the data of a table from the local database, I am trying the following with phpMyAdmin for this
LOAD DATA LOCAL INFILE 'c:/table.txt' REPLACE INTO TABLE oldone
FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY...