In "Example 4. Transparent encryption, Zones, Python app, MySQL" , I am having error "mysql_1 | 2023-06-20 20:30:30 178 [Warning] Aborted connection 178 to db: 'test' user: 'test' host: '172.20.0.5' (Got an error reading communication packets)" in following commands
docker exec -it python-mysql_python_1
python3 extended_example_with_zone.py --host=acra-server --port=9393 --generate_zone
docker exec -it python-mysql_python_1
python3 extended_example_without_zone.py --host=acra-server --port=9393 --data=data.json
How to resolve this?
In "Example 4. Transparent encryption, Zones, Python app, MySQL" , I am having error "mysql_1 | 2023-06-20 20:30:30 178 [Warning] Aborted connection 178 to db: 'test' user: 'test' host: '172.20.0.5' (Got an error reading communication packets)" in following commands
docker exec -it python-mysql_python_1
python3 extended_example_with_zone.py --host=acra-server --port=9393 --generate_zone
docker exec -it python-mysql_python_1
python3 extended_example_without_zone.py --host=acra-server --port=9393 --data=data.json
How to resolve this?