mysqld --initialize出错
我在配置mysql的时候再这一步出错:D:\Program Files\MySQL\MySQL Server\bin>mysqld --initialize
2017-06-05T12:37:16.438600Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is
deprecated. Please use --explicit_defaults_for_timestamp server option (see doc
umentation for more details).
2017-06-05T12:37:16.438600Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'E
RROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will
be merged with strict mode in a future release.
2017-06-05T12:37:16.438600Z 0 [Warning] 'NO_AUTO_CREATE_USER' sql mode was not s
et.
2017-06-05T12:37:16.449600Z 0 [ERROR] Can't read from messagefile 'd:\163dz\mysq
l\share\english\errmsg.sys'
2017-06-05T12:37:16.455600Z 0 [ERROR] --initialize specified but the data direct
ory has files in it. Aborting.
2017-06-05T12:37:16.456600Z 0 [ERROR] Aborting
这里的d:\163dz\mysq
l\share\english\errmsg.sys'这个路径是我在使用的一个软件也是有的是这个数据库类型。求解怎么处理??