Home » MYSQL » Interacting With MySQL » Question
  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.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

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.



Your comments will be displayed only after manual approval.