🎴 Flashcard Mode
SQL Fundamentals: Oracle and MySQL
Card1 / 20
Mastered0
Review0
QuestionClick to flip
The default password of root user is
AnswerClick to flip back
A
""
💡 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.