in reply to Updating fields in a mysql database
Otherwise (for instance if the CSV doesn't contain all users), use the DBI. It has drivers for both MySQL and CSV. Read from the CSV file, and for each record, do a delete/insert on the MySQL site.
Abigail
|
|---|