mysql设置远程连接
2019-07-05 本文已影响0人
昵称又重复
mysql 授权用户远程访问数据库
https://blog.csdn.net/qq_26710805/article/details/79776897
mysql深坑之--group_concat有长度限制!!!!默认1024
https://www.cnblogs.com/franson-2016/p/6911631.html
SET GLOBAL group_concat_max_len=102400;
SET SESSION group_concat_max_len=102400;