1.

The connection parameters for setting up MySQL can be stored in an option file to save typing the names every time a connection is established.(a) True(b) FalseI had been asked this question in examination.I'd like to ask this question from Interacting with MySQL in chapter General MySQL Use of MySQL

Answer»

The correct choice is (a) True

The best explanation: Every TIME MYSQL is invoked, connection parameters like hostname, username and password are REQUIRED. To save typing these parameters all the time, they can be saved in an option FILE instead and executed when setting up the connection.



Discussion

No Comment Found

Related InterviewSolutions