-
What is the host name in the following command?
mysql -h interview.mania.com -p -u sampadam
-
- interview.mania.com
- mania
- interview
- interview.mania
- None of these
Correct Option: A
The ‘-h’ option specifies the hostname of the server. The ‘interview.mania.com’ is the complete host name. The ‘-p’ option prompts for the account’s password and ‘-u’ specifies the user name.