my.ini
-
在 Navicat for MySQL 中,导入 SQL 文件,执行时报错:2006 – MySQL server has gone away
1、在 Navicat for MySQL 中,导入 SQL 文件,执行时报错:2006 – MySQL server has gone away。如图1 图1 [SQ…
-
在 Windows 10 专业版中搭建 Laravel Sail 开发环境
1、Laravel Sail 要求支持 WSL 2 的 Windows 10 系统。在 2020 年五月份发布的 2004 版本才支持 WSL 2 功能,所以我们的系统需更新到等于…
-
MySQL 报错:1055 – Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column ‘model.group_id’ which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
1、MySQL 报错: 1055 – Expression #2 of SELECT list is not in GROUP BY clause and contai…