当前位置:网站首页>You can change this value on the server by setting the 'Max_ allowed_ Packet 'variable error
You can change this value on the server by setting the 'Max_ allowed_ Packet 'variable error
2022-07-25 18:26:00 【Mengyuan Xingfan】
Error message :
Unsatisfied dependency expressed through field 'jobService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sysJobServiceImpl': Invocation of init method failed; nested exception is org.quartz.JobPersistenceException: Couldn't store job: Packet for query is too large (2,128 > 1,024). You can change this value on the server by setting the 'max_allowed_packet' variable. [See nested exception: com.mysql.cj.jdbc.exceptions.PacketTooBigException: Packet for query is too large (2,128 > 1,024). You can change this value on the server by setting the 'max_allowed_packet' variable
mysql This thing in the database is smaller than the loading data

You can enter a statement to view :show VARIABLES like '%max_allowed_packet%'; Inquire about value
resolvent :
The first one is :
Set the default value to 10M:set global max_allowed_packet = 5*1024*1024;
Exit the command line , restart mysql service , Enter again . that will do
The second kind :
If you restore the default settings :
modify my.ini stay [mysqld] Paragraph or mysql Of server Modify the configuration section .( Ultimate modification , Restart the database after modification , permanent )
as follows : max_allowed_packet = 5M
边栏推荐
猜你喜欢

Construction of Huffman tree

Leetcode 101. symmetric binary tree & 100. same tree & 572. Subtree of another tree

基于Caffe ResNet-50网络实现图片分类(仅推理)的实验复现

Number two 2010 real test site

如何创建一个有效的帮助文档?

pd.melt() vs reshape2::melt()
![[web page performance optimization] what about the slow loading speed of the first screen of SPA (single page application)?](/img/e2/9b62dd9bd0f2bc8dcbb6d9c851254d.png)
[web page performance optimization] what about the slow loading speed of the first screen of SPA (single page application)?

泛域名配置方法

Stm8s003f3 internal flash debugging

"Digital security" alert NFT's seven Scams
随机推荐
Combined with GHS multi, use Reza E1 simulator to realize the simulation and debugging of Reza rh850 single chip microcomputer
NC15 求二叉树的层序遍历
Tang's little helper
srec_ Use of common cat parameters
Insufficient space on Disk C mklink solves vscode expansion migration to other disks
Software testing -- common testing tools
Could not stop Cortex-M device! please check the JTAG cable的解决办法
Circulaindicator component, which makes the indicator style more diversified
BiSeNet v1
This is a quick look-up table of machine & deep learning code
Save the image with gaussdb (for redis), and the recommended business can easily reduce the cost by 60%
程序的编译
[QNX hypervisor 2.2 user manual]9.4 dryrun
Design practice of Netease strictly selecting inventory center
Oracle uses impdp import to report an error: ora-39001: invalid parameter value ora-39000: dump file description error ora-39088: file name cannot contain path description
mysql的小数number类型select之后丢失了前面的0
柔性电流探头选型指南
[NOI2015] 软件包管理器
MySQL 索引优化全攻略
超全Mavan标签详解