SET GLOBAL max_allowed_packet doesn't work

前端 未结 5 1424
忘掉有多难
忘掉有多难 2020-12-24 06:51

I found out how to change the default value of max_allowed_packet in MySQL using SET GLOBAL. However, each time I used this command, the default va

5条回答
  •  旧时难觅i
    2020-12-24 07:10

    Just a quick way to see the variable for anybody who comes across this. To get the value back you need to run

    SHOW VARIABLES LIKE 'max_allowed_packet'
    

提交回复
热议问题