mysql 5.7.10 create user issues -


installed latest mysql version 5.7.10 . when tried create new users it's giving me error. tried different ways provided in mysql documents. it's still giving me error

mysql> create user 'monty'@'localhost' identified 'some_pass'; error 1054 (42s22): unknown column 'password_last_changed' in 'mysql.user' 

could me out regarding .thanks.

thanks lot info. ran mysql_upgrade , fixed tables , create user working now.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -