摘要:
MySQL max_allowed_packet设置及问题 场景: 当日志中出现了诸如:“Package for query is too large (xxxxxxxx > 4194304). You can change this value on the server by setting t 阅读全文
摘要:
一、查看字符集 查看MYSQL数据库服务器和数据库字符集 方法一: show variables like '%character%'; 方法二: show variables like 'collation%'; 查看MYSQL所支持的字符集 show charset; 查看库的字符集 语法:sh 阅读全文
摘要:
1:Intellij IDEA运行报Command line is too long解法 报错内容: Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter o 阅读全文