在配置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 error 1364
最新推荐文章于 2024-04-01 11:30:00 发布
本文介绍了解决在配置MySQL过程中遇到的1364错误的方法。此错误发生在执行applysecuritysettings步骤时,提示authentication_stringdoesn'thaveadefaultvalue。解决办法是在MySQL配置向导中禁用StrictMode。
1181

被折叠的 条评论
为什么被折叠?



