-
Which of the following options tells mysql to ask for entering the password?
-
- -h
- -u
- -e
- -p
- None of these
Correct Option: D
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.