Resolving MySQL Error 1086 (ER_FILE_EXISTS_ERROR): Steps to Address “File Already Exists” Situations
MySQL Error 1086 is encountered when you attempt to export data to a file that already exists on the server’s file system. The error message is: In this context, %s is the name of the file that you’re trying to create. This error often occurs during operations like SELECT … INTO OUTFILE or LOAD DATA …