原因:事实上,只要使用了--initialize指令都会报错,因为从Mysql文档上可以找到:Prior to MySQL 5.7.7, Windows distributions include a data directory with prebuilt tables in the mysql database,
也就是说,5.6本来就没有--initialize操作!
原因:事实上,只要使用了--initialize指令都会报错,因为从Mysql文档上可以找到:Prior to MySQL 5.7.7, Windows distributions include a data directory with prebuilt tables in the mysql database,
也就是说,5.6本来就没有--initialize操作!