mysql5.7.9 zip achive
命令行执行: mysqld --initialize --user=mysql --console
先执行以上命令, 生成库. 注意有个临时密码, 要记下来.
之后要修改密码,否则:
ERROR 1820 (HY000): You must reset your password using ALTER USER statement befo
re executing this statement.
这句话让我好难受。不能解决。
好麻烦好麻烦,只好用了mysqld --initialize-insecure。
另外在5.7.9中密码字段的名字改为authentication_string。