各种错误提示合集(不定时更新
MySQL操作提示初始密码不能用
------更改初始密码登录,alter user root@localhost identified by 'password';
Navicat 断网连接数据库 Client does not support authentication protocol requested by server
------ alter user root@localhost identified with mysql_native_password by 'password';
-------flush privileges;
Navicat 中文乱码
-------连接|右击---连接属性---高级---勾选|使用MySQL字符集
VS2019 MSB6006 “CL.exe”已退出,代码为 2。
---------- 原因之一,某个该有返回值的函数没有返回值;
VS2019 stack around the variable " ******* " was corrupted
栈附近的空间被损坏 / 栈溢出
--------项目---配置属性---C/C++---代码生成---基本运行时检查,设为默认
******减少要入栈的数据,自定义堆栈