Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Not a Bug
-
10.6.14
-
None
-
Live
Description
I am not able to update the max_allowed_packet like max_allowed_packet = 32G
Its showing default value like
SHOW VARIABLES LIKE 'max_allowed_packet';
|
+--------------------+------------+
|
| Variable_name | Value |
|
+--------------------+------------+
|
| max_allowed_packet | 1073741824 |
|
+--------------------+------------+
|
1 row in set (0.001 sec)
|
neither I am able to downgrade or upgrade, Please help me in solving this issue