Archive for the ‘Perl script for checking user security in MySQL’ Category

Perl script for checking user security in MySQL

Август 17th, 2011
This script is used to check the user security in MySQL server. Prerequisites: Perl modules : DBI, Getopt::Long and Text::Table Script will check following details from mysql grant tables. # Looks for anonymous user accounts # Looks for accounts accessible from any host # Looks for accounts with empty password # Looks for accounts with [...]
PlanetMySQL Voting: Vote UP / Vote DOWN