Which of the following parameters can be given to the mysql client program to make it continue processing the file regardless of any errors?

When redirecting a file containing SQL statements into the mysql client program, an error occurs as follows: ERROR 1007 (HY000) at line 1: Can’t create database ‘world’; database exists Which of the following parameters can be given to the mysql client program to make it continue processing the file regardless of any errors?

When redirecting a file containing SQL statements into the mysql client program, an error occurs as follows: ERROR 1007 (HY000) at line 1: Can’t create database ‘world’; database exists Which of the following parameters can be given to the mysql client program to make it continue processing the file regardless of any errors?

A.
–force

B.
–ignore-errors

C.
–create-database-if-not-exists

D.
–batch



Leave a Reply 0

Your email address will not be published. Required fields are marked *