I would like to update a mysql database using mysqlimport, from a text file. Of course new rows will be added, and I assume modified rows will be modified, but I would also like to Delete rows in the DB that are somehow flagged for deleteion in the text file.
I notice that in the documentation that there is a "Records Deleted" stat reported back after the import is complete. Can anyone tell me if this can or can't be done and how I could do it? Sean Laurence -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]