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++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -