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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -