Google > SQL >

MySQL Skip Show Database Enabled

MEDIUM
Source
CloudSploit
ID
mysql-skip-show-database-enabled

MySQL Skip Show Database Enabled

Ensures SQL instances for MySQL type have skip show database flag enabled.

SQL instances for MySQL type database provides skip_show_database flag, revents people from using the SHOW DATABASES statement if they do not have the SHOW DATABASES privilege. This can improve security if you have concerns about users being able to see databases belonging to other users.

Ensure that skip show database flag is enabled for all MySQL instances.