Skip to main content
CUI

Documentation - V-235143

V-235143

Oracle MySQL 8.0 Security Technical Implementation Guide

CAT II

Title

Default demonstration and sample databases, database objects, and applications must be removed.

Description

<VulnDiscussion>Information systems are capable of providing a wide variety of functions and services. Some of the functions and services, provided by default, may not be necessary to support essential organizational operations (e.g., key missions, functions). It is detrimental for software products to provide, or install by default, functionality exceeding requirements or mission objectives. Examples include, but are not limited to, installing advertising software, demonstrations, or browser p...

Fix Text (Documentation Requirement)

MySQL 8.0 contains no demo databases by default. If demo schemas (aka databases) were added, remove them by executing: mysql -u root -p --execute="DROP DATABASE 'schema_name'"

Documentation Status

Cancel
CUI