scmuser created the topic: max_allowed_packet issues in Sonar
Hi,
When I execute sonar file to generate the code quality matrix.
I get following error…any help
[code language=”css”]
You can change this value on the server by setting the max_allowed_packet’ variable.
[/code]
scmuser replied the topic: Re:max_allowed_packet issues in Sonar
I go Following Solution for this…
You are using XAMPP:
Change the value of max_allowed_packet = 1M to 16M in lampp/etc/my.cnf
You are using mysql standalone or WAMP
Change the value of max_allowed_packet = 1M to 16M in lampp/etc/my.ini
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024