1.

Mysql cannot be used to execute script files.(a) True(b) FalseThe question was posed to me in an interview for internship.The question is from Relocating Data Directory Contents topic in section MySQL Data Directory of MySQL

Answer»

The correct option is (b) False

To EXPLAIN: Mysql is CAPABLE of READING input from a file in batch MODE. This is also known as the non-interactive mode. A lot of typing and time can be saved when COMMANDS are stored in a file and executed from a file.



Discussion

No Comment Found

Related InterviewSolutions