Vidyalelo
MySQL · Q373

MySQL

Programming · MySQL · question 373

Q373

A password applies locally to an account.

A.
True
B.
False
Answer

Answer: Option B

Solution

Answer: Option B
Solution:
This question asks if a password in MySQL is specific to a particular account on your computer or if it's a universal password for all accounts.

Think of it like a door lock. You have different keys for different doors, right? Similarly, in MySQL, each account has its own password.

So the answer is True.

Each account in MySQL has its own password, and it's not shared with other accounts.