I just tried to register for a 'free' report at an accountant's web site. Entered First, Last, Email, Pass and captcha. Then clicked on 'Register' to get this
INSERT INTO `dbbizval`.`tblauth` (`fldCustomerID`, `fldCustomerUserName`, `fldCustomerPassword`, `fldCustomerEmail`, `fldCustomerDate`, `fldCustomerFirstName`, `fldCustomerLastName`, `fldCustomerAddress1`, `fldCustomerCity`, `fldCustomerStateID`, `fldCustomerCountryID`, `fldCustomerPostCode`, `fldCustomerPhone`, `fldActive`, `fldLoginAttempts`, `fldDisabledTime`, `fldRandomKey`, `fldHowHeard`) VALUES (NULL, "My Email address", "MyPassword", "MyEmail", CURRENT_TIMESTAMP, "Paul", "Linton", NULL, NULL, NULL, NULL, NULL, NULL, "1", NULL, NULL, NULL, NULL);Could not connect: Access denied for user 'dbbizval'@'27.50.90.137' (using password: YES)
(My email and password were both displayed in plain text) Nice of them to give me their username and password as well as telling me my own.