在配置mysql的时候,安装到最后一步 execute
执行 第四项apply security settings 的时候出错了 报了1364的错误
后面的错误信息是这样的authentication_string doesn't have a default value
解决办法:
红框中选项不要勾选
MySQL 5 uses a strict mode which needs to be disabled.
In
Windows, Goto Start-->Programs-->MySQL->MySQL Instance Config
Wizard. Follow through the Reconfigure Instance option-->Detailed
Configuration-->Continue Next a few screens.
At the bottom under
Enable TCP/IP option there is 'Enable Strict Mode
'. Deslect this option
(no tick). Save changes and MySQL will restart.
本文介绍了解决在MySQL安装过程中遇到的1364错误(authentication_string doesn't have a default value)的方法。主要步骤包括:在MySQL实例配置向导中禁用Strict Mode,重新配置MySQL实例。
447





