Home » MYSQL » Mysql Setup » Question
  1. Which of the following options tells mysql to ask for entering the password?
    1. -h
    2. -u
    3. -e
    4. -p
    5. 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.



Your comments will be displayed only after manual approval.