This is a discussion on Importing with phpMyAdmin within the MySQL Database forums, part of the Database Forums category; Hello, I want to import a csv file into my table. However, I need to empty the table first. The ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I want to import a csv file into my table. However, I need to empty the table first. The problem is, I only see an option to "replace" the data in the "Import" section of phpMyAmin. Is there a way to empty a table AND simultaneously import a csv? I know this is possible with the mysqlimport command (with the --delete argument), but I'm not if it's possible in phpMyAdmin. I'm using phpMyAdmin 2.9.0.2 and MySQL 4.1.10 Thanks |