Multiple choice technology databases

The default password of root user is

  1. My$ql
  2. Linuxab$
  3. ""

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In modern MySQL installations, the root user's default password is empty (blank string). This is a security best practice that forces administrators to set a password during initial setup. Option C correctly represents this as empty string quotes.