I handle a server about SQL operating,it receive data from another server.
The issue is if the forward server pass wrong target table or column to insert data,my server will shut down and throw error code "ER_NO_SUCH_TABLE". I can't catch that error.
update data just throw error but won't shut down that I could do some error handling and server didn't stop.
How can I set up to make server doesn't stop when occur ER_NO_SUCH_TABLE. Thank you!!