Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

101.

The superuser account of the grant tables in the mysql database is called ______________(a) super(b) prime(c) root(d) leafI got this question during a job interview.This key question is from Securing a New MySQL Installation in section General MySQL Administration of MySQL

Answer»

The correct answer is (C) root

The explanation is: The root accounts are superuser accounts intended for ADMINISTRATIVE purposes. The root accounts have the privileges and to delete all the databases and SHUTTING down the server.