If you have a look on the last mysql 5.7.4 version or later you
will probably see that there are several security improvements.
The list of added security features and improvements can be seen
on the following page: http://dev.mysql.com/doc/refman/5.7/en/mysql-nutshell.html
There are three main improvements that are shortly described in
this blog:
1. Nonempty plugin column
2. Password lifetime policy
3. mysql_install_db secured
Nonempty plugin column
As of MySQL 5.7.2, the server requires account rows in the
mysql.user
table to have a nonempty
plugin
column value and disables accounts with an
empty value. The following error will occor when trying to
connect with user having empty plugin colum:
2014-11-30T10:41:04.943384Z …