91-ncp.cnf.sh: Increase max_allowed_packet to avoid errors on large sql queries

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2023-04-15 23:59:48 +02:00
parent 7e07152dc8
commit 902226d5da
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
2 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,8 @@
{
"id": "USER",
"name": "User",
"value": "root",
"suggest": "root"
"value": "",
"suggest": "ncpadmin"
},
{
"id": "PASS",

View File

@ -17,6 +17,7 @@ transaction_isolation = READ-COMMITTED
innodb_large_prefix=true
innodb_file_per_table=1
innodb_file_format=barracuda
max_allowed_packet=256M
[server]
# innodb settings