Describe the bug
I get the following error message when using cwe_data function of docker-admin.sh:
cwe_data: ERROR 3948 (42000) at line 1: Loading local data is disabled; this must be enabled on both the client and server sides
To Reproduce
Navigate to vulncode-db folder
Execute setup.sh
Write the command: ./docker/docker-admin.sh cwe_data
See Error (Check screenshot)
Desktop
OS: macOS Catalina
Additional Context
The error looks to be related to MySQL but since everything is containerised, I am not sure how to debug.
Issue 6bea981ff87ab0fe840b57fffb764e8e85e421bf adds --local-infile=1 to the mysql client. I have to verify if this is sufficient to import data from a csv file though.
Describe the bug I get the following error message when using cwe_data function of docker-admin.sh:
cwe_data: ERROR 3948 (42000) at line 1: Loading local data is disabled; this must be enabled on both the client and server sides
To Reproduce
Desktop
Additional Context The error looks to be related to MySQL but since everything is containerised, I am not sure how to debug.