这是我试过的链接。
http://dev.mysql.com/doc/refman/5.7/en/binary-installation.html
但是在下面的代码行出现错误,我使用的是MySQL 5.7.5
shell> bin/mysql_install_db --user=mysql # Before MySQL 5.7.6错误:
2016-01-19 12:00:20 [ERROR] The data directory needs to be specified.发布于 2016-03-09 11:13:06
您需要指定数据目录位置,例如,
shell>bin>mysql_install_db --user=mysql --datadir=./datahttps://stackoverflow.com/questions/34874669
复制相似问题