This class can be used to authenticate users with records stored in a MySQL database. It takes an user name and password and executes a MySQL database query to verify whether the specified password matches the user password. The password is encoded with MD5 for comparison with the stored password.