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
Post a Comment