InterviewSolution
Saved Bookmarks
| 1. |
The MySQL server is configurable.(a) True(b) FalseThe question was asked at a job interview.This is a very interesting question from Secure Connections in portion Nulls and Conditions and Miscellaneous of MySQL |
|
Answer» RIGHT choice is (a) True Best explanation: The MySQL server is highly configurable. Some of the OPERATIONAL characteristics that you can CONTROL include which storage engines the server supports, the DEFAULT character set, and its default time zone. |
|