Google News
logo
MySQL - Quiz(MCQ)
Which of the following options tells mysql to ask for entering the password?
A)
-p
B)
-e
C)
-h
D)
-u

Correct Answer :   -p


Explanation : The command ‘mysql -p’ (alternative form: –password) prompts for the password. ‘-h’ (alternative form: –host) specifies the host where the MySQL server is running. ‘-u’ is for specifying the username.

Advertisement