It is required to have an access privilege for a database before selecting it with ‘USE’.
(a) True
(b) False
This question was addressed to me during an interview.
My question comes from Arranging for MySQL Server Startup and Shutdown topic in section General MySQL Administration of MySQL
(a) True
(b) False
This question was addressed to me during an interview.
My question comes from Arranging for MySQL Server Startup and Shutdown topic in section General MySQL Administration of MySQL
The correct choice is (a) True
The explanation is: In order to select a database as the default database for the MySQL server using the ‘USE’ statement, some access privilege for the database needs to be granted or attained.