Installed latest mysql version 5.7.10 . When I tried to create new users it's giving me error. Tried different ways provided in the mysql documents. but it's still giving me error
mysql> CREATE USER 'monty'@'localhost' IDENTIFIED BY 'some_pass';
ERROR 1054 (42S22): Unknown column 'password_last_changed' in 'mysql.user'
Could anyone help me out regarding this .Thanks.