Cannot install Confluence Question (max_allowed_packet=64MB)

Dominic Feig February 10, 2015

Hello everyone,

we are setting up our 2nd Confluence installation. For this we also want to install Confluence Questions. During the installation process of this plugin the following error occurs:

"An error occurred while installing the add-on. Configure your MySQL server with a higher max_allowed_packet as described in Database Setup for MySQL."

I've tried the UPM and the direct upload. In the mysql globals we've already configured a packet size of 64MB (67108864B). What issues can else exist that block the installation process?

Thanks in advance.

Best regards, Dominic

3 answers

1 accepted

0 votes
Answer accepted
Volodymyr Krupach
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 11, 2015

In the mysql globals we've already configured a packet size of 64MB 
Did you restart MySQL to pick your change?

Dominic Feig February 11, 2015

Yes, I did it. Afterwards I also restarted Confluence.

0 votes
raghavprabhu February 24, 2015
 
[mysqld]

max_allowed_packet=40m

character-set-server=utf8

collation-server=utf8_bin

default-storage-engine=INNODB

innodb_log_file_size=256M

 

Add the above configurations in you my.cnf  or my.ini

0 votes
Mallmann
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 11, 2015

Hey Dominic,

Would you mind running the following query against your MySQL database so we can make sure the database updated this value?

SELECT @@max_allowed_packet;

Please, let us know the value returned.

Best regards,

Eduardo Mallmann

Dominic Feig February 11, 2015

Unfortunately this shows the same value as stated in my entry post (6710884)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events