sql - phpMyAdmin CSV Upload Replace Data Not Working -
i have created database , table in phpmyadmin.
i importing data csv file.
this works fine , adds data correctly.
however each time upload want replace existing data.
i have ticked box "replace table data file", uploads fine doesn't replace existing rows adds new data new rows below old data.
any ideas why happening?
this appears misleading text; adds "on duplicate key update" directive rather truncating table prior insert, see bug report at: https://sourceforge.net/p/phpmyadmin/bugs/4891/
Comments
Post a Comment