You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am getting the following error when importing an sql file in a step on bitbucket pipeline:
SQLSTATE[08S01]: Communication link failure: 1153 Got a packet bigger than 'max_allowed_packet' bytes (SQL: /*!40101 SET @saved_cs_client = @@character_set_client */;
I have a service defined:
definitions:
services:
mysql:
image: mysql:5.7
command: --max_allowed_packet=100M
environment:
MYSQL_DATABASE: 'homestead'
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
MYSQL_USER: 'homestead'
MYSQL_PASSWORD: 'secret'
and added
`command: --max_allowed_packet=100M`
but this doesn't resolve the issue.
Has anyone experienced this problem and can offer a solution?
Did you get any solution for the above error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.