input in debugger error unable to perform this action because the process is running. vscode code example

Example 1: protoc-gen-go: program not found or is not executable Please specify a program using absolute path or make sure the program is available in your PATH system variable --go_out: protoc-gen-go: Plugin failed with status code 1.

export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOROOT:$GOPATH:$GOBIN

Example 2: Error Code: 1290. The MySQL server is running with the --secure-file-priv option so it cannot execute this statement

LOAD DATA LOCAL INFILE ...

Tags:

Misc Example