UpgradeAggregate

Hi, all
At one of the upgrading steps, it is indicated:
max_allowed_packet: 1073741824 ; what is the unit? I mean 1073741824?

in the configuration file of my mysql, it is indicated: max_allowed_packet:110M; in order to perform an upgrade, can I simply change this value into 1073741824?
In advance, thanks.

Amal,

MySQL allows the value in bytes (e.g., 1073741824). You can also add
use K, M, or G for kilobytes, megabytes or gigabytes (e.g., 110M). So
yes, you can simply change the value.

Yaw

··· On Fri, Nov 11, 2016 at 12:23 PM, Amal wrote: > Hi, all > At one of the upgrading steps, it is indicated: > max_allowed_packet: 1073741824 ; what is the unit? I mean 1073741824? > > in the configuration file of my mysql, it is indicated: > max_allowed_packet:110M; in order to perform an upgrade, can I simply change > this value into 1073741824? > In advance, thanks. > > -- > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "ODK Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opendatakit+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.

Many thanks, Yaw.
Best,

··· Le dimanche 13 novembre 2016 21:59:42 UTC+1, Yaw Anokwa a écrit : > > Amal, > > MySQL allows the value in bytes (e.g., 1073741824). You can also add > use K, M, or G for kilobytes, megabytes or gigabytes (e.g., 110M). So > yes, you can simply change the value. > > Yaw > > On Fri, Nov 11, 2016 at 12:23 PM, Amal <altes...@gmail.com > wrote: > > Hi, all > > At one of the upgrading steps, it is indicated: > > max_allowed_packet: 1073741824 ; what is the unit? I mean 1073741824? > > > > in the configuration file of my mysql, it is indicated: > > max_allowed_packet:110M; in order to perform an upgrade, can I simply > change > > this value into 1073741824? > > In advance, thanks. > > > > -- > > -- > > Post: opend...@googlegroups.com > > Unsubscribe: opendatakit...@googlegroups.com > > Options: http://groups.google.com/group/opendatakit?hl=en > > > > --- > > You received this message because you are subscribed to the Google > Groups > > "ODK Community" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to opendatakit...@googlegroups.com . > > For more options, visit https://groups.google.com/d/optout. >