Hello,
I am having a real problem finding an answer to this question. I am sure the experts here can help:
I am trying to figure out a way to use mysqldump (table is too big for phpmyadmin) or another means to dump a file. Within the file, I don't want the insert syntax. What I would like to find out how to do is basically update each record (except for the field in the table that counts clicks) and then insert the records that are not in the database already.
Also, in some manner I must delete those records which are not in the new "update" sql file.
I need this in a file format because I upload the file to my server after building the 1 million record DB locally.
Any help would be greatly appreciated. Thanks very much in advance.