2018-05-22T03:30:33Z||2018-05-22T03:30:33Z
找了半天都无法重置成功,最后发现了这个文章:http://blog.blakesimpson.co.uk/read/90-login-as-root-with-no-password-on-mysql-5-7-9-with-el-capitan-homebrew-
停止Server:
mysql.server stop
启动amysqld_safe
:
mysqld_safe --skip-grant-tables &
重新登录:
mysql -u root