Increase MySQL Default Packet Size
Since some data files (like builds and configurations) are stored in it is MySQL, extremely important to increase the maximum allowed packet size used by MySQL...
Since some data files (like builds and configurations) are stored in MySQL, it is extremely important to increase the maximum allowed packet size used by MySQL to avoid errors related to large packets. For more information, refer to Packet Too Large in the MySQL documentation.
JFrog recommends that you use an option file to permanently modify the value of the max_allowed_packet parameter in the /etc/my.cnf or /etc/mysql/mysql.conf.d/mysqld.cnf configuration file. For example:
# The MySQL server
[mysqld]
max_allowed_packet=8MIf
/etc/mysql/mysql.conf.d/mysqld.cnfdoes not exist, create the file under the absolute path and not under _$JFROG_HOME
After you modify this value, restart MySQL.
Updated 2 days ago
