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

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -